Html Css Color HEX #D0D595 Deco

📋 copy color: '#D0D595'

red 208 ◦ green 213 ◦ blue 149

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

Shades of Deco #D0D595

Tints of Deco #D0D595

RGB

 RED value IS 208 (81.64% from 255) = 36.49%

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

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

R = 36.49%
G = 37.37%
B = 26.14%

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

#D0D595 (or 0xD0D595) is known color: Deco. HEX triplet: D0, D5 and 95. RGB value is (208,213,149). Sum of RGB (Red+Green+Blue) = 208+213+149=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D595 is #2F2A6A. Grayscale: #CCCCCC. Windows color (decimal): -3091051 or 9819600. OLE color: 9819600.

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

Color convert

RGB 208 213 149 -
CMYK 0.02 0 0.30 0.16
HSL 64.69º 0.43% 0.71% -
HSV(B) 64.69º 0.3% 0.84% -
XYZ 55.23 63.17 37.72 -
YUV 204.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 208 213 149 0.02 0 0.30 0.16 64.69 0.43 0.71
Hex D0 D5 95 2 0 1E 10 41 2B 47
Octal 320 325 225 2 0 36 20 101 53 107
Binary 11010000 11010101 10010101 10 0 11110 10000 1000001 101011 1000111

Color Harmonies of #D0D595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D595

Black with #D0D595

Text Example


Text Example

White with #D0D595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D595; }

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

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

background-color css

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

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

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

border-color css

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

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

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