Html Css Color HEX #D9D595 Primrose

📋 copy color: '#D9D595'

red 217 ◦ green 213 ◦ blue 149

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

Shades of Primrose #D9D595

Tints of Primrose #D9D595

RGB

 RED value IS 217 (85.16% from 255) = 37.48%

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

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

R = 37.48%
G = 36.79%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9D595 (or 0xD9D595) is known color: Primrose. HEX triplet: D9, D5 and 95. RGB value is (217,213,149). Sum of RGB (Red+Green+Blue) = 217+213+149=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D595 is #262A6A. Grayscale: #CFCFCF. Windows color (decimal): -2501227 or 9819609. OLE color: 9819609.

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

Color convert

RGB 217 213 149 -
CMYK 0 0.02 0.31 0.15
HSL 56.47º 0.47% 0.72% -
HSV(B) 56.47º 0.31% 0.85% -
XYZ 57.83 64.51 37.84 -
YUV 206.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 217 213 149 0 0.02 0.31 0.15 56.47 0.47 0.72
Hex D9 D5 95 0 2 1F F 38 2F 48
Octal 331 325 225 0 2 37 17 70 57 110
Binary 11011001 11010101 10010101 0 10 11111 1111 111000 101111 1001000

Color Harmonies of #D9D595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D595

Black with #D9D595

Text Example


Text Example

White with #D9D595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D595; }

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

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

background-color css

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

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

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

border-color css

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

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

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