Html Css Color HEX #CDDD55 Wild Willow

📋 copy color: '#CDDD55'

red 205 ◦ green 221 ◦ blue 85

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

Shades of Wild Willow #CDDD55

Tints of Wild Willow #CDDD55

RGB

 RED value IS 205 (80.47% from 255) = 40.12%

 GREEN value IS 221 (86.72% from 255) = 43.25%

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

R = 40.12%
G = 43.25%
B = 16.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#CDDD55 (or 0xCDDD55) is known color: Wild Willow. HEX triplet: CD, DD and 55. RGB value is (205,221,85). Sum of RGB (Red+Green+Blue) = 205+221+85=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD55 is #3222AA. Grayscale: #C9C9C9. Windows color (decimal): -3285675 or 5627341. OLE color: 5627341.

HSL color Cylindrical-coordinate representation of color #CDDD55: hue angle of 67.06º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDDD55 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 221 85 -
CMYK 0.07 0 0.62 0.13
HSL 67.06º 0.67% 0.6% -
HSV(B) 67.06º 0.62% 0.87% -
XYZ 52.67 65.35 18.43 -
YUV 200.71 62.7 131.06 -
System Red Green Blue C M Y K H S L
Decimal 205 221 85 0.07 0 0.62 0.13 67.06 0.67 0.6
Hex CD DD 55 7 0 3E D 43 43 3C
Octal 315 335 125 7 0 76 15 103 103 74
Binary 11001101 11011101 1010101 111 0 111110 1101 1000011 1000011 111100

Color Harmonies of #CDDD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD55

Black with #CDDD55

Text Example


Text Example

White with #CDDD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD55; }

 p { color: rgb(205,221,85); }

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

background-color css

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

 a { background-color: rgb(205,221,85); }

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

border-color css

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

 span { border-color: rgb(205,221,85); }

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