#DFDA98

Color #DFDA98 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DFDA98

Tints of Primrose #DFDA98

Color information

#DFDA98 (or 0xDFDA98) is unknown color: approx Primrose. HEX triplet: DF, DA and 98. RGB value is (223,218,152). Sum of RGB (Red+Green+Blue) = 223+218+152=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA98 is #202567. Grayscale: #D4D4D4. Windows color (decimal): -2106728 or 10017503. OLE color: 10017503.

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

Color convert

RGB223218152-
CMYK00.020.320.13
HSL55.77º52.59%73.53%-
HSV(B)55.77º31.84%87.45%-
XYZ61.1768.139.63-
YUV211.9794.16135.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 152 (59.77% from 255) = 25.63%
R=37.61%
G=36.76%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321815200.020.320.1355.7752.5973.53
HexDFDA980220D38354a
Octal3373322300240157065112
Binary11011111110110101001100001010000011011110001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA98; }

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

 H1.HeaderClassName
 {
   color: #DFDA98;
 }
 .AnyTagClassName
 {
   color: #DFDA98;
 }
</style>
background-color css

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

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

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

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

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

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