Html Css Color HEX #CAC008 Bird Flower

📋 copy color: '#CAC008'

red 202 ◦ green 192 ◦ blue 8

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

Shades of Bird Flower #CAC008

Tints of Bird Flower #CAC008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.76%

 BLUE value IS 8 (3.52% from 255) = 1.99%

R = 50.25%
G = 47.76%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAC008 (or 0xCAC008) is known color: Bird Flower. HEX triplet: CA, C0 and 08. RGB value is (202,192,8). Sum of RGB (Red+Green+Blue) = 202+192+8=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC008 is #353FF7. Grayscale: #AEAEAE. Windows color (decimal): -3489784 or 573642. OLE color: 573642.

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

Color convert

RGB 202 192 8 -
CMYK 0 0.05 0.96 0.21
HSL 56.91º 0.92% 0.41% -
HSV(B) 56.91º 0.96% 0.79% -
XYZ 43.25 50.27 7.65 -
YUV 174.01 34.31 147.96 -
System Red Green Blue C M Y K H S L
Decimal 202 192 8 0 0.05 0.96 0.21 56.91 0.92 0.41
Hex CA C0 8 0 5 60 15 39 5C 29
Octal 312 300 10 0 5 140 25 71 134 51
Binary 11001010 11000000 1000 0 101 1100000 10101 111001 1011100 101001

Color Harmonies of #CAC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC008

Black with #CAC008

Text Example


Text Example

White with #CAC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC008; }

 p { color: rgb(202,192,8); }

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

background-color css

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

 a { background-color: rgb(202,192,8); }

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

border-color css

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

 span { border-color: rgb(202,192,8); }

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