Html Css Color HEX #D3DE96 Primrose

📋 copy color: '#D3DE96'

red 211 ◦ green 222 ◦ blue 150

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

Shades of Primrose #D3DE96

Tints of Primrose #D3DE96

RGB

 RED value IS 211 (82.81% from 255) = 36.19%

 GREEN value IS 222 (87.11% from 255) = 38.08%

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

R = 36.19%
G = 38.08%
B = 25.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#D3DE96 (or 0xD3DE96) is known color: Primrose. HEX triplet: D3, DE and 96. RGB value is (211,222,150). Sum of RGB (Red+Green+Blue) = 211+222+150=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DE96 is #2C2169. Grayscale: #D2D2D2. Windows color (decimal): -2892138 or 9887443. OLE color: 9887443.

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

Color convert

RGB 211 222 150 -
CMYK 0.05 0 0.32 0.13
HSL 69.17º 0.52% 0.73% -
HSV(B) 69.17º 0.32% 0.87% -
XYZ 58.49 68.29 38.95 -
YUV 210.5 93.86 128.35 -
System Red Green Blue C M Y K H S L
Decimal 211 222 150 0.05 0 0.32 0.13 69.17 0.52 0.73
Hex D3 DE 96 5 0 20 D 45 34 49
Octal 323 336 226 5 0 40 15 105 64 111
Binary 11010011 11011110 10010110 101 0 100000 1101 1000101 110100 1001001

Color Harmonies of #D3DE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DE96

Black with #D3DE96

Text Example


Text Example

White with #D3DE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DE96; }

 p { color: rgb(211,222,150); }

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

background-color css

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

 a { background-color: rgb(211,222,150); }

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

border-color css

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

 span { border-color: rgb(211,222,150); }

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