Html Css Color HEX #CCB41D Bird Flower

📋 copy color: '#CCB41D'

red 204 ◦ green 180 ◦ blue 29

#CCB41D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CCB41D

Tints of Bird Flower #CCB41D

RGB

 RED value IS 204 (80.08% from 255) = 49.39%

 GREEN value IS 180 (70.7% from 255) = 43.58%

 BLUE value IS 29 (11.72% from 255) = 7.02%

R = 49.39%
G = 43.58%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCB41D (or 0xCCB41D) is known color: Bird Flower. HEX triplet: CC, B4 and 1D. RGB value is (204,180,29). Sum of RGB (Red+Green+Blue) = 204+180+29=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB41D is #334BE2. Grayscale: #AAAAAA. Windows color (decimal): -3361763 or 1946828. OLE color: 1946828.

HSL color Cylindrical-coordinate representation of color #CCB41D: hue angle of 51.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCB41D is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 29 -
CMYK 0 0.12 0.86 0.2
HSL 51.77º 0.75% 0.46% -
HSV(B) 51.77º 0.86% 0.8% -
XYZ 41.44 45.57 7.77 -
YUV 169.96 48.45 152.28 -
System Red Green Blue C M Y K H S L
Decimal 204 180 29 0 0.12 0.86 0.2 51.77 0.75 0.46
Hex CC B4 1D 0 C 56 14 34 4B 2E
Octal 314 264 35 0 14 126 24 64 113 56
Binary 11001100 10110100 11101 0 1100 1010110 10100 110100 1001011 101110

Color Harmonies of #CCB41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB41D

Black with #CCB41D

Text Example


Text Example

White with #CCB41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB41D; }

 p { color: rgb(204,180,29); }

 H1.HeaderClassName
 {
   color: #CCB41D;
 }
 .AnyTagClassName
 {
   color: #CCB41D;
 }
</style>

background-color css

<style>
 a { background-color: #CCB41D; }

 a { background-color: rgb(204,180,29); }

 div.DivClassName
 {
   background-color: #CCB41D;
 }
 .BgClassName
 {
   background-color: #CCB41D;
 }
</style>

border-color css

<style>
 span { border-color: #CCB41D; }

 span { border-color: rgb(204,180,29); }

 td.TdClassName
 {
   border-color: #CCB41D;
 }
 .TagClassName
 {
   border-color: #CCB41D;
 }
</style>