Html Css Color HEX #CAB509 Bird Flower

📋 copy color: '#CAB509'

red 202 ◦ green 181 ◦ blue 9

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

Shades of Bird Flower #CAB509

Tints of Bird Flower #CAB509

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.17%

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

R = 51.53%
G = 46.17%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAB509 (or 0xCAB509) is known color: Bird Flower. HEX triplet: CA, B5 and 09. RGB value is (202,181,9). Sum of RGB (Red+Green+Blue) = 202+181+9=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB509 is #354AF6. Grayscale: #A8A8A8. Windows color (decimal): -3492599 or 636362. OLE color: 636362.

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

Color convert

RGB 202 181 9 -
CMYK 0 0.10 0.96 0.21
HSL 53.47º 0.91% 0.41% -
HSV(B) 53.47º 0.96% 0.79% -
XYZ 40.93 45.62 6.91 -
YUV 167.67 38.46 152.49 -
System Red Green Blue C M Y K H S L
Decimal 202 181 9 0 0.10 0.96 0.21 53.47 0.91 0.41
Hex CA B5 9 0 A 60 15 35 5B 29
Octal 312 265 11 0 12 140 25 65 133 51
Binary 11001010 10110101 1001 0 1010 1100000 10101 110101 1011011 101001

Color Harmonies of #CAB509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB509

Black with #CAB509

Text Example


Text Example

White with #CAB509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB509; }

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

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

background-color css

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

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

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

border-color css

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

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

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