Html Css Color HEX #CAC962 Wild Willow

📋 copy color: '#CAC962'

red 202 ◦ green 201 ◦ blue 98

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

Shades of Wild Willow #CAC962

Tints of Wild Willow #CAC962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.56%

R = 40.32%
G = 40.12%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAC962 (or 0xCAC962) is known color: Wild Willow. HEX triplet: CA, C9 and 62. RGB value is (202,201,98). Sum of RGB (Red+Green+Blue) = 202+201+98=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC962 is #35369D. Grayscale: #BDBDBD. Windows color (decimal): -3487390 or 6474186. OLE color: 6474186.

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

Color convert

RGB 202 201 98 -
CMYK 0 0.00 0.51 0.21
HSL 59.42º 0.5% 0.59% -
HSV(B) 59.42º 0.51% 0.79% -
XYZ 47.45 55.21 19.71 -
YUV 189.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 202 201 98 0 0.00 0.51 0.21 59.42 0.5 0.59
Hex CA C9 62 0 0 33 15 3B 32 3B
Octal 312 311 142 0 0 63 25 73 62 73
Binary 11001010 11001001 1100010 0 0 110011 10101 111011 110010 111011

Color Harmonies of #CAC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC962

Black with #CAC962

Text Example


Text Example

White with #CAC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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