Html Css Color HEX #CAC764 Wild Willow

📋 copy color: '#CAC764'

red 202 ◦ green 199 ◦ blue 100

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

Shades of Wild Willow #CAC764

Tints of Wild Willow #CAC764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.72%

 BLUE value IS 100 (39.45% from 255) = 19.96%

R = 40.32%
G = 39.72%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAC764 (or 0xCAC764) is known color: Wild Willow. HEX triplet: CA, C7 and 64. RGB value is (202,199,100). Sum of RGB (Red+Green+Blue) = 202+199+100=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC764 is #35389B. Grayscale: #BDBDBD. Windows color (decimal): -3487900 or 6604746. OLE color: 6604746.

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

Color convert

RGB 202 199 100 -
CMYK 0 0.01 0.50 0.21
HSL 58.24º 0.49% 0.59% -
HSV(B) 58.24º 0.5% 0.79% -
XYZ 47.08 54.32 20.06 -
YUV 188.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 202 199 100 0 0.01 0.50 0.21 58.24 0.49 0.59
Hex CA C7 64 0 1 32 15 3A 31 3B
Octal 312 307 144 0 1 62 25 72 61 73
Binary 11001010 11000111 1100100 0 1 110010 10101 111010 110001 111011

Color Harmonies of #CAC764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC764

Black with #CAC764

Text Example


Text Example

White with #CAC764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC764; }

 p { color: rgb(202,199,100); }

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

background-color css

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

 a { background-color: rgb(202,199,100); }

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

border-color css

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

 span { border-color: rgb(202,199,100); }

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