Html Css Color HEX #CAC559 Wild Willow

📋 copy color: '#CAC559'

red 202 ◦ green 197 ◦ blue 89

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

Shades of Wild Willow #CAC559

Tints of Wild Willow #CAC559

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.37%

 BLUE value IS 89 (35.16% from 255) = 18.24%

R = 41.39%
G = 40.37%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CAC559 (or 0xCAC559) is known color: Wild Willow. HEX triplet: CA, C5 and 59. RGB value is (202,197,89). Sum of RGB (Red+Green+Blue) = 202+197+89=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC559 is #353AA6. Grayscale: #BABABA. Windows color (decimal): -3488423 or 5883338. OLE color: 5883338.

HSL color Cylindrical-coordinate representation of color #CAC559: hue angle of 57.35º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAC559 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 89 -
CMYK 0 0.02 0.56 0.21
HSL 57.35º 0.52% 0.57% -
HSV(B) 57.35º 0.56% 0.79% -
XYZ 46.13 53.21 17.29 -
YUV 186.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 202 197 89 0 0.02 0.56 0.21 57.35 0.52 0.57
Hex CA C5 59 0 2 38 15 39 34 39
Octal 312 305 131 0 2 70 25 71 64 71
Binary 11001010 11000101 1011001 0 10 111000 10101 111001 110100 111001

Color Harmonies of #CAC559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC559

Black with #CAC559

Text Example


Text Example

White with #CAC559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC559; }

 p { color: rgb(202,197,89); }

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

background-color css

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

 a { background-color: rgb(202,197,89); }

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

border-color css

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

 span { border-color: rgb(202,197,89); }

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