Html Css Color HEX #CAC961 Wild Willow

📋 copy color: '#CAC961'

red 202 ◦ green 201 ◦ blue 97

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

Shades of Wild Willow #CAC961

Tints of Wild Willow #CAC961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.4%

R = 40.4%
G = 40.2%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CAC961 (or 0xCAC961) is known color: Wild Willow. HEX triplet: CA, C9 and 61. RGB value is (202,201,97). Sum of RGB (Red+Green+Blue) = 202+201+97=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC961 is #35369E. Grayscale: #BDBDBD. Windows color (decimal): -3487391 or 6408650. OLE color: 6408650.

HSL color Cylindrical-coordinate representation of color #CAC961: hue angle of 59.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAC961 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 201 97 -
CMYK 0 0.00 0.52 0.21
HSL 59.43º 0.5% 0.59% -
HSV(B) 59.43º 0.52% 0.79% -
XYZ 47.4 55.19 19.46 -
YUV 189.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 202 201 97 0 0.00 0.52 0.21 59.43 0.5 0.59
Hex CA C9 61 0 0 34 15 3B 32 3B
Octal 312 311 141 0 0 64 25 73 62 73
Binary 11001010 11001001 1100001 0 0 110100 10101 111011 110010 111011

Color Harmonies of #CAC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC961

Black with #CAC961

Text Example


Text Example

White with #CAC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC961; }

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

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

background-color css

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

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

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

border-color css

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

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

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