Html Css Color HEX #CAC667 Wild Willow

📋 copy color: '#CAC667'

red 202 ◦ green 198 ◦ blue 103

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

Shades of Wild Willow #CAC667

Tints of Wild Willow #CAC667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.48%

R = 40.16%
G = 39.36%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAC667 (or 0xCAC667) is known color: Wild Willow. HEX triplet: CA, C6 and 67. RGB value is (202,198,103). Sum of RGB (Red+Green+Blue) = 202+198+103=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC667 is #353998. Grayscale: #BCBCBC. Windows color (decimal): -3488153 or 6801098. OLE color: 6801098.

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

Color convert

RGB 202 198 103 -
CMYK 0 0.02 0.49 0.21
HSL 57.58º 0.48% 0.6% -
HSV(B) 57.58º 0.49% 0.79% -
XYZ 47 53.92 20.76 -
YUV 188.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 202 198 103 0 0.02 0.49 0.21 57.58 0.48 0.6
Hex CA C6 67 0 2 31 15 3A 30 3C
Octal 312 306 147 0 2 61 25 72 60 74
Binary 11001010 11000110 1100111 0 10 110001 10101 111010 110000 111100

Color Harmonies of #CAC667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC667

Black with #CAC667

Text Example


Text Example

White with #CAC667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC667; }

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

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

background-color css

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

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

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

border-color css

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

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

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