Html Css Color HEX #CCC960 Wild Willow

📋 copy color: '#CCC960'

red 204 ◦ green 201 ◦ blue 96

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

Shades of Wild Willow #CCC960

Tints of Wild Willow #CCC960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.16%

R = 40.72%
G = 40.12%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCC960 (or 0xCCC960) is known color: Wild Willow. HEX triplet: CC, C9 and 60. RGB value is (204,201,96). Sum of RGB (Red+Green+Blue) = 204+201+96=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC960 is #33369F. Grayscale: #BEBEBE. Windows color (decimal): -3356320 or 6343116. OLE color: 6343116.

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

Color convert

RGB 204 201 96 -
CMYK 0 0.01 0.53 0.2
HSL 58.33º 0.51% 0.59% -
HSV(B) 58.33º 0.53% 0.8% -
XYZ 47.9 55.46 19.25 -
YUV 189.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 204 201 96 0 0.01 0.53 0.2 58.33 0.51 0.59
Hex CC C9 60 0 1 35 14 3A 33 3B
Octal 314 311 140 0 1 65 24 72 63 73
Binary 11001100 11001001 1100000 0 1 110101 10100 111010 110011 111011

Color Harmonies of #CCC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC960

Black with #CCC960

Text Example


Text Example

White with #CCC960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC960; }

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

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

background-color css

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

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

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

border-color css

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

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

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