Html Css Color HEX #CDDC55 Wild Willow

📋 copy color: '#CDDC55'

red 205 ◦ green 220 ◦ blue 85

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

Shades of Wild Willow #CDDC55

Tints of Wild Willow #CDDC55

RGB

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

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

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

R = 40.2%
G = 43.14%
B = 16.67%

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

#CDDC55 (or 0xCDDC55) is known color: Wild Willow. HEX triplet: CD, DC and 55. RGB value is (205,220,85). Sum of RGB (Red+Green+Blue) = 205+220+85=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC55 is #3223AA. Grayscale: #C8C8C8. Windows color (decimal): -3285931 or 5627085. OLE color: 5627085.

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

Color convert

RGB 205 220 85 -
CMYK 0.07 0 0.61 0.14
HSL 66.67º 0.66% 0.6% -
HSV(B) 66.67º 0.61% 0.86% -
XYZ 52.41 64.82 18.34 -
YUV 200.13 63.03 131.48 -
System Red Green Blue C M Y K H S L
Decimal 205 220 85 0.07 0 0.61 0.14 66.67 0.66 0.6
Hex CD DC 55 7 0 3D E 43 42 3C
Octal 315 334 125 7 0 75 16 103 102 74
Binary 11001101 11011100 1010101 111 0 111101 1110 1000011 1000010 111100

Color Harmonies of #CDDC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC55

Black with #CDDC55

Text Example


Text Example

White with #CDDC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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