Html Css Color HEX #CCD055 Wild Willow

📋 copy color: '#CCD055'

red 204 ◦ green 208 ◦ blue 85

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

Shades of Wild Willow #CCD055

Tints of Wild Willow #CCD055

RGB

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

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

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

R = 41.05%
G = 41.85%
B = 17.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#CCD055 (or 0xCCD055) is known color: Wild Willow. HEX triplet: CC, D0 and 55. RGB value is (204,208,85). Sum of RGB (Red+Green+Blue) = 204+208+85=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD055 is #332FAA. Grayscale: #C1C1C1. Windows color (decimal): -3354539 or 5624012. OLE color: 5624012.

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

Color convert

RGB 204 208 85 -
CMYK 0.02 0 0.59 0.18
HSL 61.95º 0.57% 0.57% -
HSV(B) 61.95º 0.59% 0.82% -
XYZ 49.1 58.61 17.32 -
YUV 192.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 204 208 85 0.02 0 0.59 0.18 61.95 0.57 0.57
Hex CC D0 55 2 0 3B 12 3E 39 39
Octal 314 320 125 2 0 73 22 76 71 71
Binary 11001100 11010000 1010101 10 0 111011 10010 111110 111001 111001

Color Harmonies of #CCD055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD055

Black with #CCD055

Text Example


Text Example

White with #CCD055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD055; }

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

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

background-color css

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

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

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

border-color css

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

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

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