Html Css Color HEX #CCC963 Wild Willow

📋 copy color: '#CCC963'

red 204 ◦ green 201 ◦ blue 99

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

Shades of Wild Willow #CCC963

Tints of Wild Willow #CCC963

RGB

 RED value IS 204 (80.08% from 255) = 40.48%

 GREEN value IS 201 (78.91% from 255) = 39.88%

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

R = 40.48%
G = 39.88%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCC963 (or 0xCCC963) is known color: Wild Willow. HEX triplet: CC, C9 and 63. RGB value is (204,201,99). Sum of RGB (Red+Green+Blue) = 204+201+99=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC963 is #33369C. Grayscale: #BEBEBE. Windows color (decimal): -3356317 or 6539724. OLE color: 6539724.

HSL color Cylindrical-coordinate representation of color #CCC963: hue angle of 58.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCC963 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 99 -
CMYK 0 0.01 0.51 0.2
HSL 58.29º 0.51% 0.59% -
HSV(B) 58.29º 0.51% 0.8% -
XYZ 48.04 55.51 19.99 -
YUV 190.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 204 201 99 0 0.01 0.51 0.2 58.29 0.51 0.59
Hex CC C9 63 0 1 33 14 3A 33 3B
Octal 314 311 143 0 1 63 24 72 63 73
Binary 11001100 11001001 1100011 0 1 110011 10100 111010 110011 111011

Color Harmonies of #CCC963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC963

Black with #CCC963

Text Example


Text Example

White with #CCC963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC963; }

 p { color: rgb(204,201,99); }

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

background-color css

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

 a { background-color: rgb(204,201,99); }

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

border-color css

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

 span { border-color: rgb(204,201,99); }

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