Html Css Color HEX #CAC963 Wild Willow

📋 copy color: '#CAC963'

red 202 ◦ green 201 ◦ blue 99

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

Shades of Wild Willow #CAC963

Tints of Wild Willow #CAC963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.72%

R = 40.24%
G = 40.04%
B = 19.72%

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

#CAC963 (or 0xCAC963) is known color: Wild Willow. HEX triplet: CA, C9 and 63. RGB value is (202,201,99). Sum of RGB (Red+Green+Blue) = 202+201+99=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC963 is #35369C. Grayscale: #BEBEBE. Windows color (decimal): -3487389 or 6539722. OLE color: 6539722.

HSL color Cylindrical-coordinate representation of color #CAC963: hue angle of 59.42º degrees, saturation: 0.49, 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 #CAC963 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 201 99 -
CMYK 0 0.00 0.51 0.21
HSL 59.42º 0.49% 0.59% -
HSV(B) 59.42º 0.51% 0.79% -
XYZ 47.5 55.23 19.96 -
YUV 189.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 202 201 99 0 0.00 0.51 0.21 59.42 0.49 0.59
Hex CA C9 63 0 0 33 15 3B 31 3B
Octal 312 311 143 0 0 63 25 73 61 73
Binary 11001010 11001001 1100011 0 0 110011 10101 111011 110001 111011

Color Harmonies of #CAC963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC963

Black with #CAC963

Text Example


Text Example

White with #CAC963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC963; }

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

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

background-color css

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

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

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

border-color css

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

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

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