Html Css Color HEX #CAC861 Wild Willow

📋 copy color: '#CAC861'

red 202 ◦ green 200 ◦ blue 97

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

Shades of Wild Willow #CAC861

Tints of Wild Willow #CAC861

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.08%

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

R = 40.48%
G = 40.08%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CAC861 (or 0xCAC861) is known color: Wild Willow. HEX triplet: CA, C8 and 61. RGB value is (202,200,97). Sum of RGB (Red+Green+Blue) = 202+200+97=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC861 is #35379E. Grayscale: #BDBDBD. Windows color (decimal): -3487647 or 6408394. OLE color: 6408394.

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

Color convert

RGB 202 200 97 -
CMYK 0 0.01 0.52 0.21
HSL 58.86º 0.5% 0.59% -
HSV(B) 58.86º 0.52% 0.79% -
XYZ 47.17 54.73 19.39 -
YUV 188.86 76.16 137.38 -
System Red Green Blue C M Y K H S L
Decimal 202 200 97 0 0.01 0.52 0.21 58.86 0.5 0.59
Hex CA C8 61 0 1 34 15 3B 32 3B
Octal 312 310 141 0 1 64 25 73 62 73
Binary 11001010 11001000 1100001 0 1 110100 10101 111011 110010 111011

Color Harmonies of #CAC861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC861

Black with #CAC861

Text Example


Text Example

White with #CAC861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC861; }

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

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

background-color css

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

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

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

border-color css

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

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

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