Html Css Color HEX #CCD755 Wild Willow

📋 copy color: '#CCD755'

red 204 ◦ green 215 ◦ blue 85

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

Shades of Wild Willow #CCD755

Tints of Wild Willow #CCD755

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.66%

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

R = 40.48%
G = 42.66%
B = 16.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#CCD755 (or 0xCCD755) is known color: Wild Willow. HEX triplet: CC, D7 and 55. RGB value is (204,215,85). Sum of RGB (Red+Green+Blue) = 204+215+85=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD755 is #3328AA. Grayscale: #C5C5C5. Windows color (decimal): -3352747 or 5625804. OLE color: 5625804.

HSL color Cylindrical-coordinate representation of color #CCD755: hue angle of 65.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCD755 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 85 -
CMYK 0.05 0 0.60 0.16
HSL 65.08º 0.62% 0.59% -
HSV(B) 65.08º 0.6% 0.84% -
XYZ 50.84 62.09 17.9 -
YUV 196.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 204 215 85 0.05 0 0.60 0.16 65.08 0.62 0.59
Hex CC D7 55 5 0 3C 10 41 3E 3B
Octal 314 327 125 5 0 74 20 101 76 73
Binary 11001100 11010111 1010101 101 0 111100 10000 1000001 111110 111011

Color Harmonies of #CCD755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD755

Black with #CCD755

Text Example


Text Example

White with #CCD755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD755; }

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

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

background-color css

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

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

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

border-color css

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

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

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