Html Css Color HEX #CCD960 Wild Willow

📋 copy color: '#CCD960'

red 204 ◦ green 217 ◦ blue 96

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

Shades of Wild Willow #CCD960

Tints of Wild Willow #CCD960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.97%

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

R = 39.46%
G = 41.97%
B = 18.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#CCD960 (or 0xCCD960) is known color: Wild Willow. HEX triplet: CC, D9 and 60. RGB value is (204,217,96). Sum of RGB (Red+Green+Blue) = 204+217+96=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD960 is #33269F. Grayscale: #C7C7C7. Windows color (decimal): -3352224 or 6347212. OLE color: 6347212.

HSL color Cylindrical-coordinate representation of color #CCD960: hue angle of 66.45º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCD960 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 96 -
CMYK 0.06 0 0.56 0.15
HSL 66.45º 0.61% 0.61% -
HSV(B) 66.45º 0.56% 0.85% -
XYZ 51.83 63.31 20.55 -
YUV 199.32 69.69 131.34 -
System Red Green Blue C M Y K H S L
Decimal 204 217 96 0.06 0 0.56 0.15 66.45 0.61 0.61
Hex CC D9 60 6 0 38 F 42 3D 3D
Octal 314 331 140 6 0 70 17 102 75 75
Binary 11001100 11011001 1100000 110 0 111000 1111 1000010 111101 111101

Color Harmonies of #CCD960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD960

Black with #CCD960

Text Example


Text Example

White with #CCD960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD960; }

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

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

background-color css

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

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

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

border-color css

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

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

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