Html Css Color HEX #DFD994 Primrose

📋 copy color: '#DFD994'

red 223 ◦ green 217 ◦ blue 148

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

Shades of Primrose #DFD994

Tints of Primrose #DFD994

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.9%

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

R = 37.93%
G = 36.9%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFD994 (or 0xDFD994) is known color: Primrose. HEX triplet: DF, D9 and 94. RGB value is (223,217,148). Sum of RGB (Red+Green+Blue) = 223+217+148=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD994 is #20266B. Grayscale: #D3D3D3. Windows color (decimal): -2106988 or 9755103. OLE color: 9755103.

HSL color Cylindrical-coordinate representation of color #DFD994: hue angle of 55.2º 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 #DFD994 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 217 148 -
CMYK 0 0.03 0.34 0.13
HSL 55.2º 0.54% 0.73% -
HSV(B) 55.2º 0.34% 0.87% -
XYZ 60.59 67.45 37.84 -
YUV 210.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 223 217 148 0 0.03 0.34 0.13 55.2 0.54 0.73
Hex DF D9 94 0 3 22 D 37 36 49
Octal 337 331 224 0 3 42 15 67 66 111
Binary 11011111 11011001 10010100 0 11 100010 1101 110111 110110 1001001

Color Harmonies of #DFD994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD994

Black with #DFD994

Text Example


Text Example

White with #DFD994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD994; }

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

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

background-color css

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

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

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

border-color css

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

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

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