Html Css Color HEX #CAB709 Bird Flower

📋 copy color: '#CAB709'

red 202 ◦ green 183 ◦ blue 9

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

Shades of Bird Flower #CAB709

Tints of Bird Flower #CAB709

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.45%

 BLUE value IS 9 (3.91% from 255) = 2.28%

R = 51.27%
G = 46.45%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAB709 (or 0xCAB709) is known color: Bird Flower. HEX triplet: CA, B7 and 09. RGB value is (202,183,9). Sum of RGB (Red+Green+Blue) = 202+183+9=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB709 is #3548F6. Grayscale: #A9A9A9. Windows color (decimal): -3492087 or 636874. OLE color: 636874.

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

Color convert

RGB 202 183 9 -
CMYK 0 0.09 0.96 0.21
HSL 54.09º 0.91% 0.41% -
HSV(B) 54.09º 0.96% 0.79% -
XYZ 41.34 46.44 7.04 -
YUV 168.85 37.79 151.65 -
System Red Green Blue C M Y K H S L
Decimal 202 183 9 0 0.09 0.96 0.21 54.09 0.91 0.41
Hex CA B7 9 0 9 60 15 36 5B 29
Octal 312 267 11 0 11 140 25 66 133 51
Binary 11001010 10110111 1001 0 1001 1100000 10101 110110 1011011 101001

Color Harmonies of #CAB709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB709

Black with #CAB709

Text Example


Text Example

White with #CAB709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB709; }

 p { color: rgb(202,183,9); }

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

background-color css

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

 a { background-color: rgb(202,183,9); }

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

border-color css

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

 span { border-color: rgb(202,183,9); }

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