Html Css Color HEX #D8D693 Primrose

📋 copy color: '#D8D693'

red 216 ◦ green 214 ◦ blue 147

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

Shades of Primrose #D8D693

Tints of Primrose #D8D693

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.09%

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

R = 37.44%
G = 37.09%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D8D693 (or 0xD8D693) is known color: Primrose. HEX triplet: D8, D6 and 93. RGB value is (216,214,147). Sum of RGB (Red+Green+Blue) = 216+214+147=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D693 is #27296C. Grayscale: #CFCFCF. Windows color (decimal): -2566509 or 9688792. OLE color: 9688792.

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

Color convert

RGB 216 214 147 -
CMYK 0 0.01 0.32 0.15
HSL 58.26º 0.47% 0.71% -
HSV(B) 58.26º 0.32% 0.85% -
XYZ 57.63 64.8 37.07 -
YUV 206.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 216 214 147 0 0.01 0.32 0.15 58.26 0.47 0.71
Hex D8 D6 93 0 1 20 F 3A 2F 47
Octal 330 326 223 0 1 40 17 72 57 107
Binary 11011000 11010110 10010011 0 1 100000 1111 111010 101111 1000111

Color Harmonies of #D8D693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D693

Black with #D8D693

Text Example


Text Example

White with #D8D693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D693; }

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

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

background-color css

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

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

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

border-color css

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

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

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