Html Css Color HEX #D7DD82 Deco

📋 copy color: '#D7DD82'

red 215 ◦ green 221 ◦ blue 130

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

Shades of Deco #D7DD82

Tints of Deco #D7DD82

RGB

 RED value IS 215 (84.38% from 255) = 37.99%

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

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

R = 37.99%
G = 39.05%
B = 22.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#D7DD82 (or 0xD7DD82) is known color: Deco. HEX triplet: D7, DD and 82. RGB value is (215,221,130). Sum of RGB (Red+Green+Blue) = 215+221+130=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DD82 is #28227D. Grayscale: #D1D1D1. Windows color (decimal): -2630270 or 8576471. OLE color: 8576471.

HSL color Cylindrical-coordinate representation of color #D7DD82: hue angle of 63.96º 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 #D7DD82 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 221 130 -
CMYK 0.03 0 0.41 0.13
HSL 63.96º 0.57% 0.69% -
HSV(B) 63.96º 0.41% 0.87% -
XYZ 57.91 67.77 31.15 -
YUV 208.83 83.51 132.4 -
System Red Green Blue C M Y K H S L
Decimal 215 221 130 0.03 0 0.41 0.13 63.96 0.57 0.69
Hex D7 DD 82 3 0 29 D 40 39 45
Octal 327 335 202 3 0 51 15 100 71 105
Binary 11010111 11011101 10000010 11 0 101001 1101 1000000 111001 1000101

Color Harmonies of #D7DD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DD82

Black with #D7DD82

Text Example


Text Example

White with #D7DD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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