Html Css Color HEX #D8DC95 Primrose

📋 copy color: '#D8DC95'

red 216 ◦ green 220 ◦ blue 149

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

Shades of Primrose #D8DC95

Tints of Primrose #D8DC95

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.61%

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

R = 36.92%
G = 37.61%
B = 25.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#D8DC95 (or 0xD8DC95) is known color: Primrose. HEX triplet: D8, DC and 95. RGB value is (216,220,149). Sum of RGB (Red+Green+Blue) = 216+220+149=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC95 is #27236A. Grayscale: #D2D2D2. Windows color (decimal): -2564971 or 9821400. OLE color: 9821400.

HSL color Cylindrical-coordinate representation of color #D8DC95: hue angle of 63.38º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8DC95 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 220 149 -
CMYK 0.02 0 0.32 0.14
HSL 63.38º 0.5% 0.72% -
HSV(B) 63.38º 0.32% 0.86% -
XYZ 59.34 67.96 38.42 -
YUV 210.71 93.17 131.77 -
System Red Green Blue C M Y K H S L
Decimal 216 220 149 0.02 0 0.32 0.14 63.38 0.5 0.72
Hex D8 DC 95 2 0 20 E 3F 32 48
Octal 330 334 225 2 0 40 16 77 62 110
Binary 11011000 11011100 10010101 10 0 100000 1110 111111 110010 1001000

Color Harmonies of #D8DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC95

Black with #D8DC95

Text Example


Text Example

White with #D8DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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