Html Css Color HEX #D7D595 Primrose

📋 copy color: '#D7D595'

red 215 ◦ green 213 ◦ blue 149

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

Shades of Primrose #D7D595

Tints of Primrose #D7D595

RGB

 RED value IS 215 (84.38% from 255) = 37.26%

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

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

R = 37.26%
G = 36.92%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D7D595 (or 0xD7D595) is known color: Primrose. HEX triplet: D7, D5 and 95. RGB value is (215,213,149). Sum of RGB (Red+Green+Blue) = 215+213+149=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D595 is #282A6A. Grayscale: #CECECE. Windows color (decimal): -2632299 or 9819607. OLE color: 9819607.

HSL color Cylindrical-coordinate representation of color #D7D595: hue angle of 58.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7D595 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 213 149 -
CMYK 0 0.01 0.31 0.16
HSL 58.18º 0.45% 0.71% -
HSV(B) 58.18º 0.31% 0.84% -
XYZ 57.24 64.21 37.81 -
YUV 206.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 215 213 149 0 0.01 0.31 0.16 58.18 0.45 0.71
Hex D7 D5 95 0 1 1F 10 3A 2D 47
Octal 327 325 225 0 1 37 20 72 55 107
Binary 11010111 11010101 10010101 0 1 11111 10000 111010 101101 1000111

Color Harmonies of #D7D595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D595

Black with #D7D595

Text Example


Text Example

White with #D7D595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D595; }

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

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

background-color css

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

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

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

border-color css

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

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

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