Html Css Color HEX #CAC951 Wild Willow

📋 copy color: '#CAC951'

red 202 ◦ green 201 ◦ blue 81

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

Shades of Wild Willow #CAC951

Tints of Wild Willow #CAC951

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.53%

 BLUE value IS 81 (32.03% from 255) = 16.74%

R = 41.74%
G = 41.53%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CAC951 (or 0xCAC951) is known color: Wild Willow. HEX triplet: CA, C9 and 51. RGB value is (202,201,81). Sum of RGB (Red+Green+Blue) = 202+201+81=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC951 is #3536AE. Grayscale: #BCBCBC. Windows color (decimal): -3487407 or 5360074. OLE color: 5360074.

HSL color Cylindrical-coordinate representation of color #CAC951: hue angle of 59.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAC951 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 201 81 -
CMYK 0 0.00 0.60 0.21
HSL 59.5º 0.53% 0.55% -
HSV(B) 59.5º 0.6% 0.79% -
XYZ 46.73 54.92 15.92 -
YUV 187.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 202 201 81 0 0.00 0.60 0.21 59.5 0.53 0.55
Hex CA C9 51 0 0 3C 15 3C 35 37
Octal 312 311 121 0 0 74 25 74 65 67
Binary 11001010 11001001 1010001 0 0 111100 10101 111100 110101 110111

Color Harmonies of #CAC951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC951

Black with #CAC951

Text Example


Text Example

White with #CAC951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC951; }

 p { color: rgb(202,201,81); }

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

background-color css

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

 a { background-color: rgb(202,201,81); }

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

border-color css

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

 span { border-color: rgb(202,201,81); }

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