Html Css Color HEX #CAB211 Bird Flower

📋 copy color: '#CAB211'

red 202 ◦ green 178 ◦ blue 17

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

Shades of Bird Flower #CAB211

Tints of Bird Flower #CAB211

RGB

 RED value IS 202 (79.3% from 255) = 50.88%

 GREEN value IS 178 (69.92% from 255) = 44.84%

 BLUE value IS 17 (7.03% from 255) = 4.28%

R = 50.88%
G = 44.84%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CAB211 (or 0xCAB211) is known color: Bird Flower. HEX triplet: CA, B2 and 11. RGB value is (202,178,17). Sum of RGB (Red+Green+Blue) = 202+178+17=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB211 is #354DEE. Grayscale: #A7A7A7. Windows color (decimal): -3493359 or 1159882. OLE color: 1159882.

HSL color Cylindrical-coordinate representation of color #CAB211: hue angle of 52.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAB211 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 17 -
CMYK 0 0.12 0.92 0.21
HSL 52.22º 0.84% 0.43% -
HSV(B) 52.22º 0.92% 0.79% -
XYZ 40.38 44.44 6.98 -
YUV 166.82 43.45 153.09 -
System Red Green Blue C M Y K H S L
Decimal 202 178 17 0 0.12 0.92 0.21 52.22 0.84 0.43
Hex CA B2 11 0 C 5C 15 34 54 2B
Octal 312 262 21 0 14 134 25 64 124 53
Binary 11001010 10110010 10001 0 1100 1011100 10101 110100 1010100 101011

Color Harmonies of #CAB211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB211

Black with #CAB211

Text Example


Text Example

White with #CAB211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB211; }

 p { color: rgb(202,178,17); }

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

background-color css

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

 a { background-color: rgb(202,178,17); }

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

border-color css

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

 span { border-color: rgb(202,178,17); }

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