Html Css Color HEX #CDD263 Wild Willow

📋 copy color: '#CDD263'

red 205 ◦ green 210 ◦ blue 99

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

Shades of Wild Willow #CDD263

Tints of Wild Willow #CDD263

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.86%

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

R = 39.88%
G = 40.86%
B = 19.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#CDD263 (or 0xCDD263) is known color: Wild Willow. HEX triplet: CD, D2 and 63. RGB value is (205,210,99). Sum of RGB (Red+Green+Blue) = 205+210+99=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD263 is #322D9C. Grayscale: #C4C4C4. Windows color (decimal): -3288477 or 6542029. OLE color: 6542029.

HSL color Cylindrical-coordinate representation of color #CDD263: hue angle of 62.7º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDD263 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 99 -
CMYK 0.02 0 0.53 0.18
HSL 62.7º 0.55% 0.61% -
HSV(B) 62.7º 0.53% 0.82% -
XYZ 50.48 59.97 20.72 -
YUV 195.85 73.34 134.53 -
System Red Green Blue C M Y K H S L
Decimal 205 210 99 0.02 0 0.53 0.18 62.7 0.55 0.61
Hex CD D2 63 2 0 35 12 3F 37 3D
Octal 315 322 143 2 0 65 22 77 67 75
Binary 11001101 11010010 1100011 10 0 110101 10010 111111 110111 111101

Color Harmonies of #CDD263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD263

Black with #CDD263

Text Example


Text Example

White with #CDD263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD263; }

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

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

background-color css

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

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

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

border-color css

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

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

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