Html Css Color HEX #CDD955 Wild Willow

📋 copy color: '#CDD955'

red 205 ◦ green 217 ◦ blue 85

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

Shades of Wild Willow #CDD955

Tints of Wild Willow #CDD955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.8%

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

R = 40.43%
G = 42.8%
B = 16.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#CDD955 (or 0xCDD955) is known color: Wild Willow. HEX triplet: CD, D9 and 55. RGB value is (205,217,85). Sum of RGB (Red+Green+Blue) = 205+217+85=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD955 is #3226AA. Grayscale: #C6C6C6. Windows color (decimal): -3286699 or 5626317. OLE color: 5626317.

HSL color Cylindrical-coordinate representation of color #CDD955: hue angle of 65.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDD955 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 85 -
CMYK 0.06 0 0.61 0.15
HSL 65.45º 0.63% 0.59% -
HSV(B) 65.45º 0.61% 0.85% -
XYZ 51.63 63.26 18.08 -
YUV 198.36 64.02 132.73 -
System Red Green Blue C M Y K H S L
Decimal 205 217 85 0.06 0 0.61 0.15 65.45 0.63 0.59
Hex CD D9 55 6 0 3D F 41 3F 3B
Octal 315 331 125 6 0 75 17 101 77 73
Binary 11001101 11011001 1010101 110 0 111101 1111 1000001 111111 111011

Color Harmonies of #CDD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD955

Black with #CDD955

Text Example


Text Example

White with #CDD955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD955; }

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

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

background-color css

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

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

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

border-color css

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

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

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