Html Css Color HEX #CAB809 Bird Flower

📋 copy color: '#CAB809'

red 202 ◦ green 184 ◦ blue 9

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

Shades of Bird Flower #CAB809

Tints of Bird Flower #CAB809

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.58%

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

R = 51.14%
G = 46.58%
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

#CAB809 (or 0xCAB809) is known color: Bird Flower. HEX triplet: CA, B8 and 09. RGB value is (202,184,9). Sum of RGB (Red+Green+Blue) = 202+184+9=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB809 is #3547F6. Grayscale: #AAAAAA. Windows color (decimal): -3491831 or 637130. OLE color: 637130.

HSL color Cylindrical-coordinate representation of color #CAB809: hue angle of 54.4º 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 #CAB809 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 184 9 -
CMYK 0 0.09 0.96 0.21
HSL 54.4º 0.91% 0.41% -
HSV(B) 54.4º 0.96% 0.79% -
XYZ 41.55 46.86 7.11 -
YUV 169.43 37.46 151.23 -
System Red Green Blue C M Y K H S L
Decimal 202 184 9 0 0.09 0.96 0.21 54.4 0.91 0.41
Hex CA B8 9 0 9 60 15 36 5B 29
Octal 312 270 11 0 11 140 25 66 133 51
Binary 11001010 10111000 1001 0 1001 1100000 10101 110110 1011011 101001

Color Harmonies of #CAB809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB809

Black with #CAB809

Text Example


Text Example

White with #CAB809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB809; }

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

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

background-color css

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

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

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

border-color css

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

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

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