Html Css Color HEX #CDD463 Wild Willow

📋 copy color: '#CDD463'

red 205 ◦ green 212 ◦ blue 99

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

Shades of Wild Willow #CDD463

Tints of Wild Willow #CDD463

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.09%

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

R = 39.73%
G = 41.09%
B = 19.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#CDD463 (or 0xCDD463) is known color: Wild Willow. HEX triplet: CD, D4 and 63. RGB value is (205,212,99). Sum of RGB (Red+Green+Blue) = 205+212+99=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD463 is #322B9C. Grayscale: #C5C5C5. Windows color (decimal): -3287965 or 6542541. OLE color: 6542541.

HSL color Cylindrical-coordinate representation of color #CDD463: hue angle of 63.72º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDD463 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 99 -
CMYK 0.03 0 0.53 0.17
HSL 63.72º 0.57% 0.61% -
HSV(B) 63.72º 0.53% 0.83% -
XYZ 50.97 60.97 20.89 -
YUV 197.03 72.68 133.69 -
System Red Green Blue C M Y K H S L
Decimal 205 212 99 0.03 0 0.53 0.17 63.72 0.57 0.61
Hex CD D4 63 3 0 35 11 40 39 3D
Octal 315 324 143 3 0 65 21 100 71 75
Binary 11001101 11010100 1100011 11 0 110101 10001 1000000 111001 111101

Color Harmonies of #CDD463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD463

Black with #CDD463

Text Example


Text Example

White with #CDD463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD463; }

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

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

background-color css

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

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

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

border-color css

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

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

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