Html Css Color HEX #CCDC60 Wild Willow

📋 copy color: '#CCDC60'

red 204 ◦ green 220 ◦ blue 96

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

Shades of Wild Willow #CCDC60

Tints of Wild Willow #CCDC60

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.31%

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

R = 39.23%
G = 42.31%
B = 18.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#CCDC60 (or 0xCCDC60) is known color: Wild Willow. HEX triplet: CC, DC and 60. RGB value is (204,220,96). Sum of RGB (Red+Green+Blue) = 204+220+96=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC60 is #33239F. Grayscale: #C9C9C9. Windows color (decimal): -3351456 or 6347980. OLE color: 6347980.

HSL color Cylindrical-coordinate representation of color #CCDC60: hue angle of 67.74º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCDC60 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 96 -
CMYK 0.07 0 0.56 0.14
HSL 67.74º 0.64% 0.62% -
HSV(B) 67.74º 0.56% 0.86% -
XYZ 52.61 64.87 20.81 -
YUV 201.08 68.7 130.08 -
System Red Green Blue C M Y K H S L
Decimal 204 220 96 0.07 0 0.56 0.14 67.74 0.64 0.62
Hex CC DC 60 7 0 38 E 44 40 3E
Octal 314 334 140 7 0 70 16 104 100 76
Binary 11001100 11011100 1100000 111 0 111000 1110 1000100 1000000 111110

Color Harmonies of #CCDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC60

Black with #CCDC60

Text Example


Text Example

White with #CCDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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