Html Css Color HEX #D1D596 Deco

📋 copy color: '#D1D596'

red 209 ◦ green 213 ◦ blue 150

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

Shades of Deco #D1D596

Tints of Deco #D1D596

RGB

 RED value IS 209 (82.03% from 255) = 36.54%

 GREEN value IS 213 (83.59% from 255) = 37.24%

 BLUE value IS 150 (58.98% from 255) = 26.22%

R = 36.54%
G = 37.24%
B = 26.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D1D596 (or 0xD1D596) is known color: Deco. HEX triplet: D1, D5 and 96. RGB value is (209,213,150). Sum of RGB (Red+Green+Blue) = 209+213+150=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D596 is #2E2A69. Grayscale: #CCCCCC. Windows color (decimal): -3025514 or 9885137. OLE color: 9885137.

HSL color Cylindrical-coordinate representation of color #D1D596: hue angle of 63.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1D596 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 213 150 -
CMYK 0.02 0 0.30 0.16
HSL 63.81º 0.43% 0.71% -
HSV(B) 63.81º 0.3% 0.84% -
XYZ 55.59 63.35 38.15 -
YUV 204.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 209 213 150 0.02 0 0.30 0.16 63.81 0.43 0.71
Hex D1 D5 96 2 0 1E 10 40 2B 47
Octal 321 325 226 2 0 36 20 100 53 107
Binary 11010001 11010101 10010110 10 0 11110 10000 1000000 101011 1000111

Color Harmonies of #D1D596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D596

Black with #D1D596

Text Example


Text Example

White with #D1D596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D596; }

 p { color: rgb(209,213,150); }

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

background-color css

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

 a { background-color: rgb(209,213,150); }

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

border-color css

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

 span { border-color: rgb(209,213,150); }

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