#DDDA8F

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

Shades of Primrose #DDDA8F

Tints of Primrose #DDDA8F

Color information

#DDDA8F (or 0xDDDA8F) is unknown color: approx Primrose. HEX triplet: DD, DA and 8F. RGB value is (221,218,143). Sum of RGB (Red+Green+Blue) = 221+218+143=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA8F is #222570. Grayscale: #D2D2D2. Windows color (decimal): -2237809 or 9427677. OLE color: 9427677.

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

Color convert

RGB221218143-
CMYK00.010.350.13
HSL57.69º53.42%71.37%-
HSV(B)57.69º35.29%86.67%-
XYZ59.8567.535.86-
YUV210.3589.99135.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 143 (56.25% from 255) = 24.57%
R=37.97%
G=37.46%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121814300.010.350.1357.6953.4271.37
HexDDDA8F0123D3a3547
Octal3353322170143157265107
Binary1101110111011010100011110110001111011110101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA8F; }

 p { color: rgb(221,218,143); }

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

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

 a { background-color: rgb(221,218,143); }

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

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

 span { border-color: rgb(221,218,143); }

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