Html Css Color HEX #D7D382 Deco

📋 copy color: '#D7D382'

red 215 ◦ green 211 ◦ blue 130

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

Shades of Deco #D7D382

Tints of Deco #D7D382

RGB

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

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

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

R = 38.67%
G = 37.95%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D7D382 (or 0xD7D382) is known color: Deco. HEX triplet: D7, D3 and 82. RGB value is (215,211,130). Sum of RGB (Red+Green+Blue) = 215+211+130=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D382 is #282C7D. Grayscale: #CBCBCB. Windows color (decimal): -2632830 or 8573911. OLE color: 8573911.

HSL color Cylindrical-coordinate representation of color #D7D382: hue angle of 57.18º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7D382 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 211 130 -
CMYK 0 0.02 0.40 0.16
HSL 57.18º 0.52% 0.68% -
HSV(B) 57.18º 0.4% 0.84% -
XYZ 55.35 62.65 30.29 -
YUV 202.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 215 211 130 0 0.02 0.40 0.16 57.18 0.52 0.68
Hex D7 D3 82 0 2 28 10 39 34 44
Octal 327 323 202 0 2 50 20 71 64 104
Binary 11010111 11010011 10000010 0 10 101000 10000 111001 110100 1000100

Color Harmonies of #D7D382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D382

Black with #D7D382

Text Example


Text Example

White with #D7D382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D382; }

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

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

background-color css

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

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

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

border-color css

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

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

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