Html Css Color HEX #CAC863 Wild Willow

📋 copy color: '#CAC863'

red 202 ◦ green 200 ◦ blue 99

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

Shades of Wild Willow #CAC863

Tints of Wild Willow #CAC863

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.92%

 BLUE value IS 99 (39.06% from 255) = 19.76%

R = 40.32%
G = 39.92%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAC863 (or 0xCAC863) is known color: Wild Willow. HEX triplet: CA, C8 and 63. RGB value is (202,200,99). Sum of RGB (Red+Green+Blue) = 202+200+99=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC863 is #35379C. Grayscale: #BDBDBD. Windows color (decimal): -3487645 or 6539466. OLE color: 6539466.

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

Color convert

RGB 202 200 99 -
CMYK 0 0.01 0.51 0.21
HSL 58.83º 0.49% 0.59% -
HSV(B) 58.83º 0.51% 0.79% -
XYZ 47.26 54.77 19.88 -
YUV 189.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 202 200 99 0 0.01 0.51 0.21 58.83 0.49 0.59
Hex CA C8 63 0 1 33 15 3B 31 3B
Octal 312 310 143 0 1 63 25 73 61 73
Binary 11001010 11001000 1100011 0 1 110011 10101 111011 110001 111011

Color Harmonies of #CAC863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC863

Black with #CAC863

Text Example


Text Example

White with #CAC863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC863; }

 p { color: rgb(202,200,99); }

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

background-color css

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

 a { background-color: rgb(202,200,99); }

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

border-color css

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

 span { border-color: rgb(202,200,99); }

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