Html Css Color HEX #CDD055 Wild Willow

📋 copy color: '#CDD055'

red 205 ◦ green 208 ◦ blue 85

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

Shades of Wild Willow #CDD055

Tints of Wild Willow #CDD055

RGB

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

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

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

R = 41.16%
G = 41.77%
B = 17.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#CDD055 (or 0xCDD055) is known color: Wild Willow. HEX triplet: CD, D0 and 55. RGB value is (205,208,85). Sum of RGB (Red+Green+Blue) = 205+208+85=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD055 is #322FAA. Grayscale: #C1C1C1. Windows color (decimal): -3289003 or 5624013. OLE color: 5624013.

HSL color Cylindrical-coordinate representation of color #CDD055: hue angle of 61.46º 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 #CDD055 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 208 85 -
CMYK 0.01 0 0.59 0.18
HSL 61.46º 0.57% 0.57% -
HSV(B) 61.46º 0.59% 0.82% -
XYZ 49.37 58.75 17.33 -
YUV 193.08 67.01 136.5 -
System Red Green Blue C M Y K H S L
Decimal 205 208 85 0.01 0 0.59 0.18 61.46 0.57 0.57
Hex CD D0 55 1 0 3B 12 3D 39 39
Octal 315 320 125 1 0 73 22 75 71 71
Binary 11001101 11010000 1010101 1 0 111011 10010 111101 111001 111001

Color Harmonies of #CDD055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD055

Black with #CDD055

Text Example


Text Example

White with #CDD055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD055; }

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

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

background-color css

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

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

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

border-color css

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

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

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