#DDDA8D

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

Shades of Primrose #DDDA8D

Tints of Primrose #DDDA8D

Color information

#DDDA8D (or 0xDDDA8D) is unknown color: approx Primrose. HEX triplet: DD, DA and 8D. RGB value is (221,218,141). Sum of RGB (Red+Green+Blue) = 221+218+141=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA8D is #222572. Grayscale: #D2D2D2. Windows color (decimal): -2237811 or 9296605. OLE color: 9296605.

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

Color convert

RGB221218141-
CMYK00.010.360.13
HSL57.75º54.05%70.98%-
HSV(B)57.75º36.2%86.67%-
XYZ59.767.4435.07-
YUV210.1288.99135.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=38.10%
G=37.59%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121814100.010.360.1357.7554.0570.98
HexDDDA8D0124D3a3647
Octal3353322150144157266107
Binary1101110111011010100011010110010011011110101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA8D; }

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

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

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

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

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

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

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

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