#DDDA8C

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

Shades of Primrose #DDDA8C

Tints of Primrose #DDDA8C

Color information

#DDDA8C (or 0xDDDA8C) is unknown color: approx Primrose. HEX triplet: DD, DA and 8C. RGB value is (221,218,140). Sum of RGB (Red+Green+Blue) = 221+218+140=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA8C is #222573. Grayscale: #D2D2D2. Windows color (decimal): -2237812 or 9231069. OLE color: 9231069.

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

Color convert

RGB221218140-
CMYK00.010.370.13
HSL57.78º54.36%70.78%-
HSV(B)57.78º36.65%86.67%-
XYZ59.6267.4134.68-
YUV21088.49135.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 140 (55.08% from 255) = 24.18%
R=38.17%
G=37.65%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121814000.010.370.1357.7854.3670.78
HexDDDA8C0125D3a3647
Octal3353322140145157266107
Binary1101110111011010100011000110010111011110101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA8C; }

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

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

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

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

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

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

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

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