Html Css Color HEX #D8D595 Primrose

📋 copy color: '#D8D595'

red 216 ◦ green 213 ◦ blue 149

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

Shades of Primrose #D8D595

Tints of Primrose #D8D595

RGB

 RED value IS 216 (84.77% from 255) = 37.37%

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

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

R = 37.37%
G = 36.85%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8D595 (or 0xD8D595) is known color: Primrose. HEX triplet: D8, D5 and 95. RGB value is (216,213,149). Sum of RGB (Red+Green+Blue) = 216+213+149=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D595 is #272A6A. Grayscale: #CECECE. Windows color (decimal): -2566763 or 9819608. OLE color: 9819608.

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

Color convert

RGB 216 213 149 -
CMYK 0 0.01 0.31 0.15
HSL 57.31º 0.46% 0.72% -
HSV(B) 57.31º 0.31% 0.85% -
XYZ 57.54 64.36 37.82 -
YUV 206.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 216 213 149 0 0.01 0.31 0.15 57.31 0.46 0.72
Hex D8 D5 95 0 1 1F F 39 2E 48
Octal 330 325 225 0 1 37 17 71 56 110
Binary 11011000 11010101 10010101 0 1 11111 1111 111001 101110 1001000

Color Harmonies of #D8D595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D595

Black with #D8D595

Text Example


Text Example

White with #D8D595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D595; }

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

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

background-color css

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

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

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

border-color css

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

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

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