Html Css Color HEX #DFD998 Primrose

📋 copy color: '#DFD998'

red 223 ◦ green 217 ◦ blue 152

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

Shades of Primrose #DFD998

Tints of Primrose #DFD998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.68%

R = 37.67%
G = 36.66%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFD998 (or 0xDFD998) is known color: Primrose. HEX triplet: DF, D9 and 98. RGB value is (223,217,152). Sum of RGB (Red+Green+Blue) = 223+217+152=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD998 is #202667. Grayscale: #D3D3D3. Windows color (decimal): -2106984 or 10017247. OLE color: 10017247.

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

Color convert

RGB 223 217 152 -
CMYK 0 0.03 0.32 0.13
HSL 54.93º 0.53% 0.74% -
HSV(B) 54.93º 0.32% 0.87% -
XYZ 60.91 67.58 39.54 -
YUV 211.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 223 217 152 0 0.03 0.32 0.13 54.93 0.53 0.74
Hex DF D9 98 0 3 20 D 37 35 4A
Octal 337 331 230 0 3 40 15 67 65 112
Binary 11011111 11011001 10011000 0 11 100000 1101 110111 110101 1001010

Color Harmonies of #DFD998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD998

Black with #DFD998

Text Example


Text Example

White with #DFD998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD998; }

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

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

background-color css

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

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

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

border-color css

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

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

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