Html Css Color HEX #CCCC60 Wild Willow

📋 copy color: '#CCCC60'

red 204 ◦ green 204 ◦ blue 96

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

Shades of Wild Willow #CCCC60

Tints of Wild Willow #CCCC60

RGB

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

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

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

R = 40.48%
G = 40.48%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCCC60 (or 0xCCCC60) is known color: Wild Willow. HEX triplet: CC, CC and 60. RGB value is (204,204,96). Sum of RGB (Red+Green+Blue) = 204+204+96=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC60 is #33339F. Grayscale: #C0C0C0. Windows color (decimal): -3355552 or 6343884. OLE color: 6343884.

HSL color Cylindrical-coordinate representation of color #CCCC60: hue angle of 60º 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 #CCCC60 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 96 -
CMYK 0 0 0.53 0.2
HSL 60º 0.51% 0.59% -
HSV(B) 60º 0.53% 0.8% -
XYZ 48.61 56.87 19.48 -
YUV 191.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 204 204 96 0 0 0.53 0.2 60 0.51 0.59
Hex CC CC 60 0 0 35 14 3C 33 3B
Octal 314 314 140 0 0 65 24 74 63 73
Binary 11001100 11001100 1100000 0 0 110101 10100 111100 110011 111011

Color Harmonies of #CCCC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC60

Black with #CCCC60

Text Example


Text Example

White with #CCCC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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