Html Css Color HEX #CAC809 Bird Flower

📋 copy color: '#CAC809'

red 202 ◦ green 200 ◦ blue 9

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

Shades of Bird Flower #CAC809

Tints of Bird Flower #CAC809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.66%

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

R = 49.15%
G = 48.66%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAC809 (or 0xCAC809) is known color: Bird Flower. HEX triplet: CA, C8 and 09. RGB value is (202,200,9). Sum of RGB (Red+Green+Blue) = 202+200+9=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC809 is #3537F6. Grayscale: #B3B3B3. Windows color (decimal): -3487735 or 641226. OLE color: 641226.

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

Color convert

RGB 202 200 9 -
CMYK 0 0.01 0.96 0.21
HSL 59.38º 0.91% 0.41% -
HSV(B) 59.38º 0.96% 0.79% -
XYZ 45.06 53.88 8.28 -
YUV 178.82 32.16 144.53 -
System Red Green Blue C M Y K H S L
Decimal 202 200 9 0 0.01 0.96 0.21 59.38 0.91 0.41
Hex CA C8 9 0 1 60 15 3B 5B 29
Octal 312 310 11 0 1 140 25 73 133 51
Binary 11001010 11001000 1001 0 1 1100000 10101 111011 1011011 101001

Color Harmonies of #CAC809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC809

Black with #CAC809

Text Example


Text Example

White with #CAC809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC809; }

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

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

background-color css

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

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

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

border-color css

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

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

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