#DDD38F

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

Shades of Primrose #DDD38F

Tints of Primrose #DDD38F

Color information

#DDD38F (or 0xDDD38F) is unknown color: approx Primrose. HEX triplet: DD, D3 and 8F. RGB value is (221,211,143). Sum of RGB (Red+Green+Blue) = 221+211+143=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD38F is #222C70. Grayscale: #CECECE. Windows color (decimal): -2239601 or 9425885. OLE color: 9425885.

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

Color convert

RGB221211143-
CMYK00.050.350.13
HSL52.31º53.42%71.37%-
HSV(B)52.31º35.29%86.67%-
XYZ58.0763.9435.27-
YUV206.2492.31138.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 211 (82.81% from 255) = 36.70%
BLUE value IS 143 (56.25% from 255) = 24.87%
R=38.43%
G=36.70%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121114300.050.350.1352.3153.4271.37
HexDDD38F0523D343547
Octal3353232170543156465107
Binary110111011101001110001111010110001111011101001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD38F; }

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

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

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

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

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

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

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

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