#DDD58D

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

Shades of Primrose #DDD58D

Tints of Primrose #DDD58D

Color information

#DDD58D (or 0xDDD58D) is unknown color: approx Primrose. HEX triplet: DD, D5 and 8D. RGB value is (221,213,141). Sum of RGB (Red+Green+Blue) = 221+213+141=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD58D is #222A72. Grayscale: #CFCFCF. Windows color (decimal): -2239091 or 9295325. OLE color: 9295325.

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

Color convert

RGB221213141-
CMYK00.040.360.13
HSL54º54.05%70.98%-
HSV(B)54º36.2%86.67%-
XYZ58.4264.8834.64-
YUV207.1890.65137.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 141 (55.47% from 255) = 24.52%
R=38.43%
G=37.04%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121314100.040.360.135454.0570.98
HexDDD58D0424D363647
Octal3353252150444156666107
Binary110111011101010110001101010010010011011101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD58D; }

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

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

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

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

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

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

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

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