Html Css Color HEX #CCDC55 Wild Willow

📋 copy color: '#CCDC55'

red 204 ◦ green 220 ◦ blue 85

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

Shades of Wild Willow #CCDC55

Tints of Wild Willow #CCDC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.7%

R = 40.08%
G = 43.22%
B = 16.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#CCDC55 (or 0xCCDC55) is known color: Wild Willow. HEX triplet: CC, DC and 55. RGB value is (204,220,85). Sum of RGB (Red+Green+Blue) = 204+220+85=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC55 is #3323AA. Grayscale: #C8C8C8. Windows color (decimal): -3351467 or 5627084. OLE color: 5627084.

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

Color convert

RGB 204 220 85 -
CMYK 0.07 0 0.61 0.14
HSL 67.11º 0.66% 0.6% -
HSV(B) 67.11º 0.61% 0.86% -
XYZ 52.13 64.68 18.33 -
YUV 199.83 63.2 130.98 -
System Red Green Blue C M Y K H S L
Decimal 204 220 85 0.07 0 0.61 0.14 67.11 0.66 0.6
Hex CC DC 55 7 0 3D E 43 42 3C
Octal 314 334 125 7 0 75 16 103 102 74
Binary 11001100 11011100 1010101 111 0 111101 1110 1000011 1000010 111100

Color Harmonies of #CCDC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC55

Black with #CCDC55

Text Example


Text Example

White with #CCDC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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