Html Css Color HEX #D7D594 Primrose

📋 copy color: '#D7D594'

red 215 ◦ green 213 ◦ blue 148

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

Shades of Primrose #D7D594

Tints of Primrose #D7D594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.69%

R = 37.33%
G = 36.98%
B = 25.69%

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

#D7D594 (or 0xD7D594) is known color: Primrose. HEX triplet: D7, D5 and 94. RGB value is (215,213,148). Sum of RGB (Red+Green+Blue) = 215+213+148=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D594 is #282A6B. Grayscale: #CECECE. Windows color (decimal): -2632300 or 9754071. OLE color: 9754071.

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

Color convert

RGB 215 213 148 -
CMYK 0 0.01 0.31 0.16
HSL 58.21º 0.46% 0.71% -
HSV(B) 58.21º 0.31% 0.84% -
XYZ 57.16 64.17 37.39 -
YUV 206.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 215 213 148 0 0.01 0.31 0.16 58.21 0.46 0.71
Hex D7 D5 94 0 1 1F 10 3A 2E 47
Octal 327 325 224 0 1 37 20 72 56 107
Binary 11010111 11010101 10010100 0 1 11111 10000 111010 101110 1000111

Color Harmonies of #D7D594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D594

Black with #D7D594

Text Example


Text Example

White with #D7D594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D594; }

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

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

background-color css

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

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

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

border-color css

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

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

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