Html Css Color HEX #DFD896 Primrose

📋 copy color: '#DFD896'

red 223 ◦ green 216 ◦ blue 150

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

Shades of Primrose #DFD896

Tints of Primrose #DFD896

RGB

 RED value IS 223 (87.5% from 255) = 37.86%

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

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

R = 37.86%
G = 36.67%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFD896 (or 0xDFD896) is known color: Primrose. HEX triplet: DF, D8 and 96. RGB value is (223,216,150). Sum of RGB (Red+Green+Blue) = 223+216+150=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD896 is #202769. Grayscale: #D2D2D2. Windows color (decimal): -2107242 or 9885919. OLE color: 9885919.

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

Color convert

RGB 223 216 150 -
CMYK 0 0.03 0.33 0.13
HSL 54.25º 0.53% 0.73% -
HSV(B) 54.25º 0.33% 0.87% -
XYZ 60.49 67 38.6 -
YUV 210.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 223 216 150 0 0.03 0.33 0.13 54.25 0.53 0.73
Hex DF D8 96 0 3 21 D 36 35 49
Octal 337 330 226 0 3 41 15 66 65 111
Binary 11011111 11011000 10010110 0 11 100001 1101 110110 110101 1001001

Color Harmonies of #DFD896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD896

Black with #DFD896

Text Example


Text Example

White with #DFD896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD896; }

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

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

background-color css

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

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

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

border-color css

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

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

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