Html Css Color HEX #CCD060 Wild Willow

📋 copy color: '#CCD060'

red 204 ◦ green 208 ◦ blue 96

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

Shades of Wild Willow #CCD060

Tints of Wild Willow #CCD060

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.94%

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

R = 40.16%
G = 40.94%
B = 18.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#CCD060 (or 0xCCD060) is known color: Wild Willow. HEX triplet: CC, D0 and 60. RGB value is (204,208,96). Sum of RGB (Red+Green+Blue) = 204+208+96=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD060 is #332F9F. Grayscale: #C2C2C2. Windows color (decimal): -3354528 or 6344908. OLE color: 6344908.

HSL color Cylindrical-coordinate representation of color #CCD060: hue angle of 62.14º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCD060 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 96 -
CMYK 0.02 0 0.54 0.18
HSL 62.14º 0.54% 0.6% -
HSV(B) 62.14º 0.54% 0.82% -
XYZ 49.57 58.79 19.8 -
YUV 194.04 72.67 135.11 -
System Red Green Blue C M Y K H S L
Decimal 204 208 96 0.02 0 0.54 0.18 62.14 0.54 0.6
Hex CC D0 60 2 0 36 12 3E 36 3C
Octal 314 320 140 2 0 66 22 76 66 74
Binary 11001100 11010000 1100000 10 0 110110 10010 111110 110110 111100

Color Harmonies of #CCD060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD060

Black with #CCD060

Text Example


Text Example

White with #CCD060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD060; }

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

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

background-color css

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

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

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

border-color css

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

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

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