Html Css Color HEX #D2D993 Deco

📋 copy color: '#D2D993'

red 210 ◦ green 217 ◦ blue 147

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

Shades of Deco #D2D993

Tints of Deco #D2D993

RGB

 RED value IS 210 (82.42% from 255) = 36.59%

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

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

R = 36.59%
G = 37.8%
B = 25.61%

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

#D2D993 (or 0xD2D993) is known color: Deco. HEX triplet: D2, D9 and 93. RGB value is (210,217,147). Sum of RGB (Red+Green+Blue) = 210+217+147=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D993 is #2D266C. Grayscale: #CFCFCF. Windows color (decimal): -2958957 or 9689554. OLE color: 9689554.

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

Color convert

RGB 210 217 147 -
CMYK 0.03 0 0.32 0.15
HSL 66º 0.48% 0.71% -
HSV(B) 66º 0.32% 0.85% -
XYZ 56.66 65.43 37.25 -
YUV 206.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 210 217 147 0.03 0 0.32 0.15 66 0.48 0.71
Hex D2 D9 93 3 0 20 F 42 30 47
Octal 322 331 223 3 0 40 17 102 60 107
Binary 11010010 11011001 10010011 11 0 100000 1111 1000010 110000 1000111

Color Harmonies of #D2D993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D993

Black with #D2D993

Text Example


Text Example

White with #D2D993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D993; }

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

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

background-color css

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

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

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

border-color css

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

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

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