Html Css Color HEX #CDD557 Wild Willow

📋 copy color: '#CDD557'

red 205 ◦ green 213 ◦ blue 87

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

Shades of Wild Willow #CDD557

Tints of Wild Willow #CDD557

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.18%

 BLUE value IS 87 (34.38% from 255) = 17.23%

R = 40.59%
G = 42.18%
B = 17.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#CDD557 (or 0xCDD557) is known color: Wild Willow. HEX triplet: CD, D5 and 57. RGB value is (205,213,87). Sum of RGB (Red+Green+Blue) = 205+213+87=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD557 is #322AA8. Grayscale: #C4C4C4. Windows color (decimal): -3287721 or 5756365. OLE color: 5756365.

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

Color convert

RGB 205 213 87 -
CMYK 0.04 0 0.59 0.16
HSL 63.81º 0.6% 0.59% -
HSV(B) 63.81º 0.59% 0.84% -
XYZ 50.69 61.26 18.17 -
YUV 196.24 66.35 134.25 -
System Red Green Blue C M Y K H S L
Decimal 205 213 87 0.04 0 0.59 0.16 63.81 0.6 0.59
Hex CD D5 57 4 0 3B 10 40 3C 3B
Octal 315 325 127 4 0 73 20 100 74 73
Binary 11001101 11010101 1010111 100 0 111011 10000 1000000 111100 111011

Color Harmonies of #CDD557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD557

Black with #CDD557

Text Example


Text Example

White with #CDD557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD557; }

 p { color: rgb(205,213,87); }

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

background-color css

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

 a { background-color: rgb(205,213,87); }

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

border-color css

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

 span { border-color: rgb(205,213,87); }

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