Html Css Color HEX #CDD252 Wild Willow

📋 copy color: '#CDD252'

red 205 ◦ green 210 ◦ blue 82

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

Shades of Wild Willow #CDD252

Tints of Wild Willow #CDD252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.5%

R = 41.25%
G = 42.25%
B = 16.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#CDD252 (or 0xCDD252) is known color: Wild Willow. HEX triplet: CD, D2 and 52. RGB value is (205,210,82). Sum of RGB (Red+Green+Blue) = 205+210+82=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD252 is #322DAD. Grayscale: #C2C2C2. Windows color (decimal): -3288494 or 5427917. OLE color: 5427917.

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

Color convert

RGB 205 210 82 -
CMYK 0.02 0 0.61 0.18
HSL 62.34º 0.59% 0.57% -
HSV(B) 62.34º 0.61% 0.82% -
XYZ 49.75 59.68 16.88 -
YUV 193.91 64.84 135.91 -
System Red Green Blue C M Y K H S L
Decimal 205 210 82 0.02 0 0.61 0.18 62.34 0.59 0.57
Hex CD D2 52 2 0 3D 12 3E 3B 39
Octal 315 322 122 2 0 75 22 76 73 71
Binary 11001101 11010010 1010010 10 0 111101 10010 111110 111011 111001

Color Harmonies of #CDD252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD252

Black with #CDD252

Text Example


Text Example

White with #CDD252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD252; }

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

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

background-color css

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

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

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

border-color css

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

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

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