Html Css Color HEX #D5DD82 Deco

📋 copy color: '#D5DD82'

red 213 ◦ green 221 ◦ blue 130

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

Shades of Deco #D5DD82

Tints of Deco #D5DD82

RGB

 RED value IS 213 (83.59% from 255) = 37.77%

 GREEN value IS 221 (86.72% from 255) = 39.18%

 BLUE value IS 130 (51.17% from 255) = 23.05%

R = 37.77%
G = 39.18%
B = 23.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#D5DD82 (or 0xD5DD82) is known color: Deco. HEX triplet: D5, DD and 82. RGB value is (213,221,130). Sum of RGB (Red+Green+Blue) = 213+221+130=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DD82 is #2A227D. Grayscale: #D0D0D0. Windows color (decimal): -2761342 or 8576469. OLE color: 8576469.

HSL color Cylindrical-coordinate representation of color #D5DD82: hue angle of 65.27º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5DD82 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 130 -
CMYK 0.04 0 0.41 0.13
HSL 65.27º 0.57% 0.69% -
HSV(B) 65.27º 0.41% 0.87% -
XYZ 57.33 67.47 31.12 -
YUV 208.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 213 221 130 0.04 0 0.41 0.13 65.27 0.57 0.69
Hex D5 DD 82 4 0 29 D 41 39 45
Octal 325 335 202 4 0 51 15 101 71 105
Binary 11010101 11011101 10000010 100 0 101001 1101 1000001 111001 1000101

Color Harmonies of #D5DD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD82

Black with #D5DD82

Text Example


Text Example

White with #D5DD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD82; }

 p { color: rgb(213,221,130); }

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

background-color css

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

 a { background-color: rgb(213,221,130); }

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

border-color css

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

 span { border-color: rgb(213,221,130); }

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