Html Css Color HEX #D3D995 Deco

📋 copy color: '#D3D995'

red 211 ◦ green 217 ◦ blue 149

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

Shades of Deco #D3D995

Tints of Deco #D3D995

RGB

 RED value IS 211 (82.81% from 255) = 36.57%

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

 BLUE value IS 149 (58.59% from 255) = 25.82%

R = 36.57%
G = 37.61%
B = 25.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D3D995 (or 0xD3D995) is known color: Deco. HEX triplet: D3, D9 and 95. RGB value is (211,217,149). Sum of RGB (Red+Green+Blue) = 211+217+149=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D995 is #2C266A. Grayscale: #CFCFCF. Windows color (decimal): -2893419 or 9820627. OLE color: 9820627.

HSL color Cylindrical-coordinate representation of color #D3D995: hue angle of 65.29º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3D995 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 217 149 -
CMYK 0.03 0 0.31 0.15
HSL 65.29º 0.47% 0.72% -
HSV(B) 65.29º 0.31% 0.85% -
XYZ 57.1 65.64 38.09 -
YUV 207.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 211 217 149 0.03 0 0.31 0.15 65.29 0.47 0.72
Hex D3 D9 95 3 0 1F F 41 2F 48
Octal 323 331 225 3 0 37 17 101 57 110
Binary 11010011 11011001 10010101 11 0 11111 1111 1000001 101111 1001000

Color Harmonies of #D3D995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D995

Black with #D3D995

Text Example


Text Example

White with #D3D995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D995; }

 p { color: rgb(211,217,149); }

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

background-color css

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

 a { background-color: rgb(211,217,149); }

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

border-color css

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

 span { border-color: rgb(211,217,149); }

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