Html Css Color HEX #CAC609 Bird Flower

📋 copy color: '#CAC609'

red 202 ◦ green 198 ◦ blue 9

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

Shades of Bird Flower #CAC609

Tints of Bird Flower #CAC609

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.41%

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

R = 49.39%
G = 48.41%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAC609 (or 0xCAC609) is known color: Bird Flower. HEX triplet: CA, C6 and 09. RGB value is (202,198,9). Sum of RGB (Red+Green+Blue) = 202+198+9=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC609 is #3539F6. Grayscale: #B2B2B2. Windows color (decimal): -3488247 or 640714. OLE color: 640714.

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

Color convert

RGB 202 198 9 -
CMYK 0 0.02 0.96 0.21
HSL 58.76º 0.91% 0.41% -
HSV(B) 58.76º 0.96% 0.79% -
XYZ 44.6 52.96 8.13 -
YUV 177.65 32.83 145.37 -
System Red Green Blue C M Y K H S L
Decimal 202 198 9 0 0.02 0.96 0.21 58.76 0.91 0.41
Hex CA C6 9 0 2 60 15 3B 5B 29
Octal 312 306 11 0 2 140 25 73 133 51
Binary 11001010 11000110 1001 0 10 1100000 10101 111011 1011011 101001

Color Harmonies of #CAC609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC609

Black with #CAC609

Text Example


Text Example

White with #CAC609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC609; }

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

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

background-color css

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

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

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

border-color css

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

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

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