#DDD98C

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

Shades of Primrose #DDD98C

Tints of Primrose #DDD98C

Color information

#DDD98C (or 0xDDD98C) is unknown color: approx Primrose. HEX triplet: DD, D9 and 8C. RGB value is (221,217,140). Sum of RGB (Red+Green+Blue) = 221+217+140=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD98C is #222673. Grayscale: #D1D1D1. Windows color (decimal): -2238068 or 9230813. OLE color: 9230813.

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

Color convert

RGB221217140-
CMYK00.020.370.13
HSL57.04º54.36%70.78%-
HSV(B)57.04º36.65%86.67%-
XYZ59.3766.8934.59-
YUV209.4288.83136.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 217 (85.16% from 255) = 37.54%
BLUE value IS 140 (55.08% from 255) = 24.22%
R=38.24%
G=37.54%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121714000.020.370.1357.0454.3670.78
HexDDD98C0225D393647
Octal3353312140245157166107
Binary11011101110110011000110001010010111011110011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD98C; }

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

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

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

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

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

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

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

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