Html Css Color HEX #D8DF93 Primrose

📋 copy color: '#D8DF93'

red 216 ◦ green 223 ◦ blue 147

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

Shades of Primrose #D8DF93

Tints of Primrose #D8DF93

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.05%

 BLUE value IS 147 (57.81% from 255) = 25.09%

R = 36.86%
G = 38.05%
B = 25.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#D8DF93 (or 0xD8DF93) is known color: Primrose. HEX triplet: D8, DF and 93. RGB value is (216,223,147). Sum of RGB (Red+Green+Blue) = 216+223+147=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DF93 is #27206C. Grayscale: #D4D4D4. Windows color (decimal): -2564205 or 9691096. OLE color: 9691096.

HSL color Cylindrical-coordinate representation of color #D8DF93: hue angle of 65.53º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8DF93 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 223 147 -
CMYK 0.03 0 0.34 0.13
HSL 65.53º 0.54% 0.73% -
HSV(B) 65.53º 0.34% 0.87% -
XYZ 59.97 69.48 37.85 -
YUV 212.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 216 223 147 0.03 0 0.34 0.13 65.53 0.54 0.73
Hex D8 DF 93 3 0 22 D 42 36 49
Octal 330 337 223 3 0 42 15 102 66 111
Binary 11011000 11011111 10010011 11 0 100010 1101 1000010 110110 1001001

Color Harmonies of #D8DF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DF93

Black with #D8DF93

Text Example


Text Example

White with #D8DF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DF93; }

 p { color: rgb(216,223,147); }

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

background-color css

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

 a { background-color: rgb(216,223,147); }

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

border-color css

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

 span { border-color: rgb(216,223,147); }

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