Html Css Color HEX #CDD563 Wild Willow

📋 copy color: '#CDD563'

red 205 ◦ green 213 ◦ blue 99

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

Shades of Wild Willow #CDD563

Tints of Wild Willow #CDD563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.15%

R = 39.65%
G = 41.2%
B = 19.15%

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

#CDD563 (or 0xCDD563) is known color: Wild Willow. HEX triplet: CD, D5 and 63. RGB value is (205,213,99). Sum of RGB (Red+Green+Blue) = 205+213+99=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD563 is #322A9C. Grayscale: #C6C6C6. Windows color (decimal): -3287709 or 6542797. OLE color: 6542797.

HSL color Cylindrical-coordinate representation of color #CDD563: hue angle of 64.21º 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 #CDD563 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 99 -
CMYK 0.04 0 0.54 0.16
HSL 64.21º 0.58% 0.61% -
HSV(B) 64.21º 0.54% 0.84% -
XYZ 51.22 61.47 20.97 -
YUV 197.61 72.35 133.27 -
System Red Green Blue C M Y K H S L
Decimal 205 213 99 0.04 0 0.54 0.16 64.21 0.58 0.61
Hex CD D5 63 4 0 36 10 40 3A 3D
Octal 315 325 143 4 0 66 20 100 72 75
Binary 11001101 11010101 1100011 100 0 110110 10000 1000000 111010 111101

Color Harmonies of #CDD563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD563

Black with #CDD563

Text Example


Text Example

White with #CDD563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD563; }

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

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

background-color css

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

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

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

border-color css

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

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

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