Html Css Color HEX #D1D595 Deco

📋 copy color: '#D1D595'

red 209 ◦ green 213 ◦ blue 149

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

Shades of Deco #D1D595

Tints of Deco #D1D595

RGB

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

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

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

R = 36.6%
G = 37.3%
B = 26.09%

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

#D1D595 (or 0xD1D595) is known color: Deco. HEX triplet: D1, D5 and 95. RGB value is (209,213,149). Sum of RGB (Red+Green+Blue) = 209+213+149=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D595 is #2E2A6A. Grayscale: #CCCCCC. Windows color (decimal): -3025515 or 9819601. OLE color: 9819601.

HSL color Cylindrical-coordinate representation of color #D1D595: hue angle of 63.75º 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 #D1D595 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 213 149 -
CMYK 0.02 0 0.30 0.16
HSL 63.75º 0.43% 0.71% -
HSV(B) 63.75º 0.3% 0.84% -
XYZ 55.51 63.31 37.73 -
YUV 204.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 209 213 149 0.02 0 0.30 0.16 63.75 0.43 0.71
Hex D1 D5 95 2 0 1E 10 40 2B 47
Octal 321 325 225 2 0 36 20 100 53 107
Binary 11010001 11010101 10010101 10 0 11110 10000 1000000 101011 1000111

Color Harmonies of #D1D595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D595

Black with #D1D595

Text Example


Text Example

White with #D1D595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D595; }

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

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

background-color css

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

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

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

border-color css

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

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

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