Html Css Color HEX #CAC662 Wild Willow

📋 copy color: '#CAC662'

red 202 ◦ green 198 ◦ blue 98

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

Shades of Wild Willow #CAC662

Tints of Wild Willow #CAC662

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.76%

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

R = 40.56%
G = 39.76%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAC662 (or 0xCAC662) is known color: Wild Willow. HEX triplet: CA, C6 and 62. RGB value is (202,198,98). Sum of RGB (Red+Green+Blue) = 202+198+98=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC662 is #35399D. Grayscale: #BCBCBC. Windows color (decimal): -3488158 or 6473418. OLE color: 6473418.

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

Color convert

RGB 202 198 98 -
CMYK 0 0.02 0.51 0.21
HSL 57.69º 0.5% 0.59% -
HSV(B) 57.69º 0.51% 0.79% -
XYZ 46.76 53.83 19.48 -
YUV 187.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 202 198 98 0 0.02 0.51 0.21 57.69 0.5 0.59
Hex CA C6 62 0 2 33 15 3A 32 3B
Octal 312 306 142 0 2 63 25 72 62 73
Binary 11001010 11000110 1100010 0 10 110011 10101 111010 110010 111011

Color Harmonies of #CAC662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC662

Black with #CAC662

Text Example


Text Example

White with #CAC662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC662; }

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

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

background-color css

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

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

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

border-color css

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

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

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