Html Css Color HEX #D1D995 Deco

📋 copy color: '#D1D995'

red 209 ◦ green 217 ◦ blue 149

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

Shades of Deco #D1D995

Tints of Deco #D1D995

RGB

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

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

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

R = 36.35%
G = 37.74%
B = 25.91%

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

#D1D995 (or 0xD1D995) is known color: Deco. HEX triplet: D1, D9 and 95. RGB value is (209,217,149). Sum of RGB (Red+Green+Blue) = 209+217+149=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D995 is #2E266A. Grayscale: #CFCFCF. Windows color (decimal): -3024491 or 9820625. OLE color: 9820625.

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

Color convert

RGB 209 217 149 -
CMYK 0.04 0 0.31 0.15
HSL 67.06º 0.47% 0.72% -
HSV(B) 67.06º 0.31% 0.85% -
XYZ 56.53 65.35 38.07 -
YUV 206.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 209 217 149 0.04 0 0.31 0.15 67.06 0.47 0.72
Hex D1 D9 95 4 0 1F F 43 2F 48
Octal 321 331 225 4 0 37 17 103 57 110
Binary 11010001 11011001 10010101 100 0 11111 1111 1000011 101111 1001000

Color Harmonies of #D1D995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D995

Black with #D1D995

Text Example


Text Example

White with #D1D995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D995; }

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

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

background-color css

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

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

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

border-color css

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

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

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