#DDD58A

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

Shades of Primrose #DDD58A

Tints of Primrose #DDD58A

Color information

#DDD58A (or 0xDDD58A) is unknown color: approx Primrose. HEX triplet: DD, D5 and 8A. RGB value is (221,213,138). Sum of RGB (Red+Green+Blue) = 221+213+138=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD58A is #222A75. Grayscale: #CFCFCF. Windows color (decimal): -2239094 or 9098717. OLE color: 9098717.

HSL color Cylindrical-coordinate representation of color #DDD58A: hue angle of 54.22º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDD58A is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221213138-
CMYK00.040.380.13
HSL54.22º54.97%70.39%-
HSV(B)54.22º37.56%86.67%-
XYZ58.264.833.48-
YUV206.8489.15138.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 138 (54.30% from 255) = 24.13%
R=38.64%
G=37.24%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121313800.040.380.1354.2254.9770.39
HexDDD58A0426D363746
Octal3353252120446156667106
Binary110111011101010110001010010010011011011101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD58A; }

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

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

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

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

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

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

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

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