Html Css Color HEX #CAC75E Wild Willow

📋 copy color: '#CAC75E'

red 202 ◦ green 199 ◦ blue 94

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

Shades of Wild Willow #CAC75E

Tints of Wild Willow #CAC75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.99%

R = 40.81%
G = 40.2%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CAC75E (or 0xCAC75E) is known color: Wild Willow. HEX triplet: CA, C7 and 5E. RGB value is (202,199,94). Sum of RGB (Red+Green+Blue) = 202+199+94=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC75E is #3538A1. Grayscale: #BCBCBC. Windows color (decimal): -3487906 or 6211530. OLE color: 6211530.

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

Color convert

RGB 202 199 94 -
CMYK 0 0.01 0.53 0.21
HSL 58.33º 0.5% 0.58% -
HSV(B) 58.33º 0.53% 0.79% -
XYZ 46.8 54.21 18.59 -
YUV 187.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 202 199 94 0 0.01 0.53 0.21 58.33 0.5 0.58
Hex CA C7 5E 0 1 35 15 3A 32 3A
Octal 312 307 136 0 1 65 25 72 62 72
Binary 11001010 11000111 1011110 0 1 110101 10101 111010 110010 111010

Color Harmonies of #CAC75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC75E

Black with #CAC75E

Text Example


Text Example

White with #CAC75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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