Html Css Color HEX #CAC763 Wild Willow

📋 copy color: '#CAC763'

red 202 ◦ green 199 ◦ blue 99

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

Shades of Wild Willow #CAC763

Tints of Wild Willow #CAC763

RGB

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

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

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

R = 40.4%
G = 39.8%
B = 19.8%

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

#CAC763 (or 0xCAC763) is known color: Wild Willow. HEX triplet: CA, C7 and 63. RGB value is (202,199,99). Sum of RGB (Red+Green+Blue) = 202+199+99=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC763 is #35389C. Grayscale: #BCBCBC. Windows color (decimal): -3487901 or 6539210. OLE color: 6539210.

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

Color convert

RGB 202 199 99 -
CMYK 0 0.01 0.51 0.21
HSL 58.25º 0.49% 0.59% -
HSV(B) 58.25º 0.51% 0.79% -
XYZ 47.03 54.3 19.81 -
YUV 188.5 77.49 137.63 -
System Red Green Blue C M Y K H S L
Decimal 202 199 99 0 0.01 0.51 0.21 58.25 0.49 0.59
Hex CA C7 63 0 1 33 15 3A 31 3B
Octal 312 307 143 0 1 63 25 72 61 73
Binary 11001010 11000111 1100011 0 1 110011 10101 111010 110001 111011

Color Harmonies of #CAC763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC763

Black with #CAC763

Text Example


Text Example

White with #CAC763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC763; }

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

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

background-color css

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

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

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

border-color css

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

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

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