Html Css Color HEX #D1D996 Deco

📋 copy color: '#D1D996'

red 209 ◦ green 217 ◦ blue 150

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

Shades of Deco #D1D996

Tints of Deco #D1D996

RGB

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

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

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

R = 36.28%
G = 37.67%
B = 26.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D1D996 (or 0xD1D996) is known color: Deco. HEX triplet: D1, D9 and 96. RGB value is (209,217,150). Sum of RGB (Red+Green+Blue) = 209+217+150=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D996 is #2E2669. Grayscale: #CFCFCF. Windows color (decimal): -3024490 or 9886161. OLE color: 9886161.

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

Color convert

RGB 209 217 150 -
CMYK 0.04 0 0.31 0.15
HSL 67.16º 0.47% 0.72% -
HSV(B) 67.16º 0.31% 0.85% -
XYZ 56.61 65.38 38.49 -
YUV 206.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 209 217 150 0.04 0 0.31 0.15 67.16 0.47 0.72
Hex D1 D9 96 4 0 1F F 43 2F 48
Octal 321 331 226 4 0 37 17 103 57 110
Binary 11010001 11011001 10010110 100 0 11111 1111 1000011 101111 1001000

Color Harmonies of #D1D996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D996

Black with #D1D996

Text Example


Text Example

White with #D1D996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D996; }

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

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

background-color css

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

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

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

border-color css

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

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

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