Html Css Color HEX #D7D591 Primrose

📋 copy color: '#D7D591'

red 215 ◦ green 213 ◦ blue 145

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

Shades of Primrose #D7D591

Tints of Primrose #D7D591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.31%

R = 37.52%
G = 37.17%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7D591 (or 0xD7D591) is known color: Primrose. HEX triplet: D7, D5 and 91. RGB value is (215,213,145). Sum of RGB (Red+Green+Blue) = 215+213+145=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D591 is #282A6E. Grayscale: #CECECE. Windows color (decimal): -2632303 or 9557463. OLE color: 9557463.

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

Color convert

RGB 215 213 145 -
CMYK 0 0.01 0.33 0.16
HSL 58.29º 0.47% 0.71% -
HSV(B) 58.29º 0.33% 0.84% -
XYZ 56.93 64.08 36.16 -
YUV 205.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 215 213 145 0 0.01 0.33 0.16 58.29 0.47 0.71
Hex D7 D5 91 0 1 21 10 3A 2F 47
Octal 327 325 221 0 1 41 20 72 57 107
Binary 11010111 11010101 10010001 0 1 100001 10000 111010 101111 1000111

Color Harmonies of #D7D591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D591

Black with #D7D591

Text Example


Text Example

White with #D7D591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D591; }

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

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

background-color css

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

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

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

border-color css

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

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

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