Html Css Color HEX #CCDC61 Wild Willow

📋 copy color: '#CCDC61'

red 204 ◦ green 220 ◦ blue 97

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

Shades of Wild Willow #CCDC61

Tints of Wild Willow #CCDC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.62%

R = 39.16%
G = 42.23%
B = 18.62%

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

#CCDC61 (or 0xCCDC61) is known color: Wild Willow. HEX triplet: CC, DC and 61. RGB value is (204,220,97). Sum of RGB (Red+Green+Blue) = 204+220+97=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC61 is #33239E. Grayscale: #C9C9C9. Windows color (decimal): -3351455 or 6413516. OLE color: 6413516.

HSL color Cylindrical-coordinate representation of color #CCDC61: hue angle of 67.8º 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 #CCDC61 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 97 -
CMYK 0.07 0 0.56 0.14
HSL 67.8º 0.64% 0.62% -
HSV(B) 67.8º 0.56% 0.86% -
XYZ 52.65 64.89 21.06 -
YUV 201.19 69.2 130 -
System Red Green Blue C M Y K H S L
Decimal 204 220 97 0.07 0 0.56 0.14 67.8 0.64 0.62
Hex CC DC 61 7 0 38 E 44 40 3E
Octal 314 334 141 7 0 70 16 104 100 76
Binary 11001100 11011100 1100001 111 0 111000 1110 1000100 1000000 111110

Color Harmonies of #CCDC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC61

Black with #CCDC61

Text Example


Text Example

White with #CCDC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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