Html Css Color HEX #D8D594 Primrose

📋 copy color: '#D8D594'

red 216 ◦ green 213 ◦ blue 148

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

Shades of Primrose #D8D594

Tints of Primrose #D8D594

RGB

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

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

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

R = 37.44%
G = 36.92%
B = 25.65%

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

#D8D594 (or 0xD8D594) is known color: Primrose. HEX triplet: D8, D5 and 94. RGB value is (216,213,148). Sum of RGB (Red+Green+Blue) = 216+213+148=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D594 is #272A6B. Grayscale: #CECECE. Windows color (decimal): -2566764 or 9754072. OLE color: 9754072.

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

Color convert

RGB 216 213 148 -
CMYK 0 0.01 0.31 0.15
HSL 57.35º 0.47% 0.71% -
HSV(B) 57.35º 0.31% 0.85% -
XYZ 57.46 64.33 37.4 -
YUV 206.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 216 213 148 0 0.01 0.31 0.15 57.35 0.47 0.71
Hex D8 D5 94 0 1 1F F 39 2F 47
Octal 330 325 224 0 1 37 17 71 57 107
Binary 11011000 11010101 10010100 0 1 11111 1111 111001 101111 1000111

Color Harmonies of #D8D594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D594

Black with #D8D594

Text Example


Text Example

White with #D8D594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D594; }

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

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

background-color css

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

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

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

border-color css

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

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

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