#DDDC8D

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

Shades of Primrose #DDDC8D

Tints of Primrose #DDDC8D

Color information

#DDDC8D (or 0xDDDC8D) is unknown color: approx Primrose. HEX triplet: DD, DC and 8D. RGB value is (221,220,141). Sum of RGB (Red+Green+Blue) = 221+220+141=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC8D is #222372. Grayscale: #D3D3D3. Windows color (decimal): -2237299 or 9297117. OLE color: 9297117.

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

Color convert

RGB221220141-
CMYK00.000.360.13
HSL59.25º54.05%70.98%-
HSV(B)59.25º36.2%86.67%-
XYZ60.2268.4835.24-
YUV211.2988.33134.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 141 (55.47% from 255) = 24.23%
R=37.97%
G=37.80%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122014100.000.360.1359.2554.0570.98
HexDDDC8D0024D3b3647
Octal3353342150044157366107
Binary1101110111011100100011010010010011011110111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC8D; }

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

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

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

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

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

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

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

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