Html Css Color HEX #D8D691 Primrose

📋 copy color: '#D8D691'

red 216 ◦ green 214 ◦ blue 145

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

Shades of Primrose #D8D691

Tints of Primrose #D8D691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.22%

R = 37.57%
G = 37.22%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8D691 (or 0xD8D691) is known color: Primrose. HEX triplet: D8, D6 and 91. RGB value is (216,214,145). Sum of RGB (Red+Green+Blue) = 216+214+145=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 145 (57.03% from 255 or 25.22% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D691 is #27296E. Grayscale: #CFCFCF. Windows color (decimal): -2566511 or 9557720. OLE color: 9557720.

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

Color convert

RGB 216 214 145 -
CMYK 0 0.01 0.33 0.15
HSL 58.31º 0.48% 0.71% -
HSV(B) 58.31º 0.33% 0.85% -
XYZ 57.48 64.74 36.25 -
YUV 206.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 216 214 145 0 0.01 0.33 0.15 58.31 0.48 0.71
Hex D8 D6 91 0 1 21 F 3A 30 47
Octal 330 326 221 0 1 41 17 72 60 107
Binary 11011000 11010110 10010001 0 1 100001 1111 111010 110000 1000111

Color Harmonies of #D8D691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D691

Black with #D8D691

Text Example


Text Example

White with #D8D691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D691; }

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

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

background-color css

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

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

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

border-color css

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

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

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