#DDD38E

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

Shades of Primrose #DDD38E

Tints of Primrose #DDD38E

Color information

#DDD38E (or 0xDDD38E) is unknown color: approx Primrose. HEX triplet: DD, D3 and 8E. RGB value is (221,211,142). Sum of RGB (Red+Green+Blue) = 221+211+142=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD38E is #222C71. Grayscale: #CECECE. Windows color (decimal): -2239602 or 9360349. OLE color: 9360349.

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

Color convert

RGB221211142-
CMYK00.050.360.13
HSL52.41º53.74%71.18%-
HSV(B)52.41º35.75%86.67%-
XYZ5863.9134.87-
YUV206.1291.81138.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 211 (82.81% from 255) = 36.76%
BLUE value IS 142 (55.86% from 255) = 24.74%
R=38.50%
G=36.76%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121114200.050.360.1352.4153.7471.18
HexDDD38E0524D343647
Octal3353232160544156466107
Binary110111011101001110001110010110010011011101001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD38E; }

 p { color: rgb(221,211,142); }

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

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

 a { background-color: rgb(221,211,142); }

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

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

 span { border-color: rgb(221,211,142); }

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