Html Css Color HEX #DFD794 Primrose

📋 copy color: '#DFD794'

red 223 ◦ green 215 ◦ blue 148

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

Shades of Primrose #DFD794

Tints of Primrose #DFD794

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.69%

 BLUE value IS 148 (58.2% from 255) = 25.26%

R = 38.05%
G = 36.69%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFD794 (or 0xDFD794) is known color: Primrose. HEX triplet: DF, D7 and 94. RGB value is (223,215,148). Sum of RGB (Red+Green+Blue) = 223+215+148=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD794 is #20286B. Grayscale: #D2D2D2. Windows color (decimal): -2107500 or 9754591. OLE color: 9754591.

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

Color convert

RGB 223 215 148 -
CMYK 0 0.04 0.34 0.13
HSL 53.6º 0.54% 0.73% -
HSV(B) 53.6º 0.34% 0.87% -
XYZ 60.08 66.43 37.67 -
YUV 209.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 223 215 148 0 0.04 0.34 0.13 53.6 0.54 0.73
Hex DF D7 94 0 4 22 D 36 36 49
Octal 337 327 224 0 4 42 15 66 66 111
Binary 11011111 11010111 10010100 0 100 100010 1101 110110 110110 1001001

Color Harmonies of #DFD794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD794

Black with #DFD794

Text Example


Text Example

White with #DFD794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD794; }

 p { color: rgb(223,215,148); }

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

background-color css

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

 a { background-color: rgb(223,215,148); }

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

border-color css

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

 span { border-color: rgb(223,215,148); }

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