Html Css Color HEX #D8D696 Primrose

📋 copy color: '#D8D696'

red 216 ◦ green 214 ◦ blue 150

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

Shades of Primrose #D8D696

Tints of Primrose #D8D696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.86%

R = 37.24%
G = 36.9%
B = 25.86%

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

#D8D696 (or 0xD8D696) is known color: Primrose. HEX triplet: D8, D6 and 96. RGB value is (216,214,150). Sum of RGB (Red+Green+Blue) = 216+214+150=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D696 is #272969. Grayscale: #CFCFCF. Windows color (decimal): -2566506 or 9885400. OLE color: 9885400.

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

Color convert

RGB 216 214 150 -
CMYK 0 0.01 0.31 0.15
HSL 58.18º 0.46% 0.72% -
HSV(B) 58.18º 0.31% 0.85% -
XYZ 57.87 64.89 38.33 -
YUV 207.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 216 214 150 0 0.01 0.31 0.15 58.18 0.46 0.72
Hex D8 D6 96 0 1 1F F 3A 2E 48
Octal 330 326 226 0 1 37 17 72 56 110
Binary 11011000 11010110 10010110 0 1 11111 1111 111010 101110 1001000

Color Harmonies of #D8D696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D696

Black with #D8D696

Text Example


Text Example

White with #D8D696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D696; }

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

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

background-color css

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

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

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

border-color css

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

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

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