Html Css Color HEX #CDD561 Wild Willow

📋 copy color: '#CDD561'

red 205 ◦ green 213 ◦ blue 97

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

Shades of Wild Willow #CDD561

Tints of Wild Willow #CDD561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.83%

R = 39.81%
G = 41.36%
B = 18.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#CDD561 (or 0xCDD561) is known color: Wild Willow. HEX triplet: CD, D5 and 61. RGB value is (205,213,97). Sum of RGB (Red+Green+Blue) = 205+213+97=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD561 is #322A9E. Grayscale: #C5C5C5. Windows color (decimal): -3287711 or 6411725. OLE color: 6411725.

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

Color convert

RGB 205 213 97 -
CMYK 0.04 0 0.54 0.16
HSL 64.14º 0.58% 0.61% -
HSV(B) 64.14º 0.54% 0.84% -
XYZ 51.13 61.43 20.47 -
YUV 197.38 71.35 133.43 -
System Red Green Blue C M Y K H S L
Decimal 205 213 97 0.04 0 0.54 0.16 64.14 0.58 0.61
Hex CD D5 61 4 0 36 10 40 3A 3D
Octal 315 325 141 4 0 66 20 100 72 75
Binary 11001101 11010101 1100001 100 0 110110 10000 1000000 111010 111101

Color Harmonies of #CDD561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD561

Black with #CDD561

Text Example


Text Example

White with #CDD561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD561; }

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

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

background-color css

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

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

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

border-color css

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

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

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