Html Css Color HEX #CAB906 Bird Flower

📋 copy color: '#CAB906'

red 202 ◦ green 185 ◦ blue 6

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

Shades of Bird Flower #CAB906

Tints of Bird Flower #CAB906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.07%

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 51.4%
G = 47.07%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAB906 (or 0xCAB906) is known color: Bird Flower. HEX triplet: CA, B9 and 06. RGB value is (202,185,6). Sum of RGB (Red+Green+Blue) = 202+185+6=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB906 is #3546F9. Grayscale: #AAAAAA. Windows color (decimal): -3491578 or 440778. OLE color: 440778.

HSL color Cylindrical-coordinate representation of color #CAB906: hue angle of 54.8º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAB906 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 6 -
CMYK 0 0.08 0.97 0.21
HSL 54.8º 0.94% 0.41% -
HSV(B) 54.8º 0.97% 0.79% -
XYZ 41.74 47.27 7.1 -
YUV 169.68 35.63 151.05 -
System Red Green Blue C M Y K H S L
Decimal 202 185 6 0 0.08 0.97 0.21 54.8 0.94 0.41
Hex CA B9 6 0 8 61 15 37 5E 29
Octal 312 271 6 0 10 141 25 67 136 51
Binary 11001010 10111001 110 0 1000 1100001 10101 110111 1011110 101001

Color Harmonies of #CAB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB906

Black with #CAB906

Text Example


Text Example

White with #CAB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB906; }

 p { color: rgb(202,185,6); }

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

background-color css

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

 a { background-color: rgb(202,185,6); }

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

border-color css

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

 span { border-color: rgb(202,185,6); }

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