#DDD98D

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

Shades of Primrose #DDD98D

Tints of Primrose #DDD98D

Color information

#DDD98D (or 0xDDD98D) is unknown color: approx Primrose. HEX triplet: DD, D9 and 8D. RGB value is (221,217,141). Sum of RGB (Red+Green+Blue) = 221+217+141=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD98D is #222672. Grayscale: #D1D1D1. Windows color (decimal): -2238067 or 9296349. OLE color: 9296349.

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

Color convert

RGB221217141-
CMYK00.020.360.13
HSL57º54.05%70.98%-
HSV(B)57º36.2%86.67%-
XYZ59.4466.9234.98-
YUV209.5389.33136.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 141 (55.47% from 255) = 24.35%
R=38.17%
G=37.48%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121714100.020.360.135754.0570.98
HexDDD98D0224D393647
Octal3353312150244157166107
Binary11011101110110011000110101010010011011110011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD98D; }

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

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

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

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

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

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

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

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