Html Css Color HEX #D3D993 Deco

📋 copy color: '#D3D993'

red 211 ◦ green 217 ◦ blue 147

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

Shades of Deco #D3D993

Tints of Deco #D3D993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.57%

R = 36.7%
G = 37.74%
B = 25.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D3D993 (or 0xD3D993) is known color: Deco. HEX triplet: D3, D9 and 93. RGB value is (211,217,147). Sum of RGB (Red+Green+Blue) = 211+217+147=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D993 is #2C266C. Grayscale: #CFCFCF. Windows color (decimal): -2893421 or 9689555. OLE color: 9689555.

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

Color convert

RGB 211 217 147 -
CMYK 0.03 0 0.32 0.15
HSL 65.14º 0.48% 0.71% -
HSV(B) 65.14º 0.32% 0.85% -
XYZ 56.94 65.58 37.26 -
YUV 207.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 211 217 147 0.03 0 0.32 0.15 65.14 0.48 0.71
Hex D3 D9 93 3 0 20 F 41 30 47
Octal 323 331 223 3 0 40 17 101 60 107
Binary 11010011 11011001 10010011 11 0 100000 1111 1000001 110000 1000111

Color Harmonies of #D3D993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D993

Black with #D3D993

Text Example


Text Example

White with #D3D993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D993; }

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

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

background-color css

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

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

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

border-color css

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

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

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