Html Css Color HEX #CDD352 Wild Willow

📋 copy color: '#CDD352'

red 205 ◦ green 211 ◦ blue 82

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

Shades of Wild Willow #CDD352

Tints of Wild Willow #CDD352

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.37%

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

R = 41.16%
G = 42.37%
B = 16.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#CDD352 (or 0xCDD352) is known color: Wild Willow. HEX triplet: CD, D3 and 52. RGB value is (205,211,82). Sum of RGB (Red+Green+Blue) = 205+211+82=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD352 is #322CAD. Grayscale: #C3C3C3. Windows color (decimal): -3288238 or 5428173. OLE color: 5428173.

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

Color convert

RGB 205 211 82 -
CMYK 0.03 0 0.61 0.17
HSL 62.79º 0.59% 0.57% -
HSV(B) 62.79º 0.61% 0.83% -
XYZ 49.99 60.18 16.96 -
YUV 194.5 64.51 135.49 -
System Red Green Blue C M Y K H S L
Decimal 205 211 82 0.03 0 0.61 0.17 62.79 0.59 0.57
Hex CD D3 52 3 0 3D 11 3F 3B 39
Octal 315 323 122 3 0 75 21 77 73 71
Binary 11001101 11010011 1010010 11 0 111101 10001 111111 111011 111001

Color Harmonies of #CDD352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD352

Black with #CDD352

Text Example


Text Example

White with #CDD352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD352; }

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

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

background-color css

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

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

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

border-color css

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

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

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