Html Css Color HEX #CAB109 Bird Flower

📋 copy color: '#CAB109'

red 202 ◦ green 177 ◦ blue 9

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

Shades of Bird Flower #CAB109

Tints of Bird Flower #CAB109

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.62%

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

R = 52.06%
G = 45.62%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAB109 (or 0xCAB109) is known color: Bird Flower. HEX triplet: CA, B1 and 09. RGB value is (202,177,9). Sum of RGB (Red+Green+Blue) = 202+177+9=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB109 is #354EF6. Grayscale: #A6A6A6. Windows color (decimal): -3493623 or 635338. OLE color: 635338.

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

Color convert

RGB 202 177 9 -
CMYK 0 0.12 0.96 0.21
HSL 52.23º 0.91% 0.41% -
HSV(B) 52.23º 0.96% 0.79% -
XYZ 40.13 44.02 6.64 -
YUV 165.32 39.78 154.16 -
System Red Green Blue C M Y K H S L
Decimal 202 177 9 0 0.12 0.96 0.21 52.23 0.91 0.41
Hex CA B1 9 0 C 60 15 34 5B 29
Octal 312 261 11 0 14 140 25 64 133 51
Binary 11001010 10110001 1001 0 1100 1100000 10101 110100 1011011 101001

Color Harmonies of #CAB109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB109

Black with #CAB109

Text Example


Text Example

White with #CAB109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB109; }

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

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

background-color css

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

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

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

border-color css

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

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

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