#DFDD85

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

Shades of Primrose #DFDD85

Tints of Primrose #DFDD85

Color information

#DFDD85 (or 0xDFDD85) is unknown color: approx Primrose. HEX triplet: DF, DD and 85. RGB value is (223,221,133). Sum of RGB (Red+Green+Blue) = 223+221+133=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD85 is #20227A. Grayscale: #D3D3D3. Windows color (decimal): -2105979 or 8773087. OLE color: 8773087.

HSL color Cylindrical-coordinate representation of color #DFDD85: hue angle of 58.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFDD85 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223221133-
CMYK00.010.400.13
HSL58.67º58.44%69.8%-
HSV(B)58.67º40.36%87.45%-
XYZ60.5269.0932.34-
YUV211.5783.66136.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 133 (52.34% from 255) = 23.05%
R=38.65%
G=38.30%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322113300.010.400.1358.6758.4469.8
HexDFDD850128D3b3a46
Octal3373352050150157372106
Binary1101111111011101100001010110100011011110111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD85; }

 p { color: rgb(223,221,133); }

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

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

 a { background-color: rgb(223,221,133); }

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

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

 span { border-color: rgb(223,221,133); }

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