Html Css Color HEX #CDD952 Wild Willow

📋 copy color: '#CDD952'

red 205 ◦ green 217 ◦ blue 82

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

Shades of Wild Willow #CDD952

Tints of Wild Willow #CDD952

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.06%

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

R = 40.67%
G = 43.06%
B = 16.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#CDD952 (or 0xCDD952) is known color: Wild Willow. HEX triplet: CD, D9 and 52. RGB value is (205,217,82). Sum of RGB (Red+Green+Blue) = 205+217+82=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD952 is #3226AD. Grayscale: #C6C6C6. Windows color (decimal): -3286702 or 5429709. OLE color: 5429709.

HSL color Cylindrical-coordinate representation of color #CDD952: hue angle of 65.33º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDD952 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 82 -
CMYK 0.06 0 0.62 0.15
HSL 65.33º 0.64% 0.59% -
HSV(B) 65.33º 0.62% 0.85% -
XYZ 51.51 63.21 17.47 -
YUV 198.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 205 217 82 0.06 0 0.62 0.15 65.33 0.64 0.59
Hex CD D9 52 6 0 3E F 41 40 3B
Octal 315 331 122 6 0 76 17 101 100 73
Binary 11001101 11011001 1010010 110 0 111110 1111 1000001 1000000 111011

Color Harmonies of #CDD952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD952

Black with #CDD952

Text Example


Text Example

White with #CDD952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD952; }

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

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

background-color css

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

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

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

border-color css

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

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

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