Html Css Color HEX #D6D896 Primrose

📋 copy color: '#D6D896'

red 214 ◦ green 216 ◦ blue 150

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

Shades of Primrose #D6D896

Tints of Primrose #D6D896

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #D6D896: hue angle of 61.82º 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 #D6D896 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 216 150 -
CMYK 0.01 0 0.31 0.15
HSL 61.82º 0.46% 0.72% -
HSV(B) 61.82º 0.31% 0.85% -
XYZ 57.79 65.61 38.47 -
YUV 207.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 214 216 150 0.01 0 0.31 0.15 61.82 0.46 0.72
Hex D6 D8 96 1 0 1F F 3E 2E 48
Octal 326 330 226 1 0 37 17 76 56 110
Binary 11010110 11011000 10010110 1 0 11111 1111 111110 101110 1001000

Color Harmonies of #D6D896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D896

Black with #D6D896

Text Example


Text Example

White with #D6D896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D896; }

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

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

background-color css

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

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

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

border-color css

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

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

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