Html Css Color HEX #CAC516 Bird Flower

📋 copy color: '#CAC516'

red 202 ◦ green 197 ◦ blue 22

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

Shades of Bird Flower #CAC516

Tints of Bird Flower #CAC516

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.79%

 BLUE value IS 22 (8.98% from 255) = 5.23%

R = 47.98%
G = 46.79%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAC516 (or 0xCAC516) is known color: Bird Flower. HEX triplet: CA, C5 and 16. RGB value is (202,197,22). Sum of RGB (Red+Green+Blue) = 202+197+22=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC516 is #353AE9. Grayscale: #B3B3B3. Windows color (decimal): -3488490 or 1492426. OLE color: 1492426.

HSL color Cylindrical-coordinate representation of color #CAC516: hue angle of 58.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAC516 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 22 -
CMYK 0 0.02 0.89 0.21
HSL 58.33º 0.8% 0.44% -
HSV(B) 58.33º 0.89% 0.79% -
XYZ 44.47 52.55 8.56 -
YUV 178.55 39.66 144.73 -
System Red Green Blue C M Y K H S L
Decimal 202 197 22 0 0.02 0.89 0.21 58.33 0.8 0.44
Hex CA C5 16 0 2 59 15 3A 50 2C
Octal 312 305 26 0 2 131 25 72 120 54
Binary 11001010 11000101 10110 0 10 1011001 10101 111010 1010000 101100

Color Harmonies of #CAC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC516

Black with #CAC516

Text Example


Text Example

White with #CAC516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC516; }

 p { color: rgb(202,197,22); }

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

background-color css

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

 a { background-color: rgb(202,197,22); }

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

border-color css

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

 span { border-color: rgb(202,197,22); }

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