#DDD58F

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

Shades of Primrose #DDD58F

Tints of Primrose #DDD58F

Color information

#DDD58F (or 0xDDD58F) is unknown color: approx Primrose. HEX triplet: DD, D5 and 8F. RGB value is (221,213,143). Sum of RGB (Red+Green+Blue) = 221+213+143=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD58F is #222A70. Grayscale: #CFCFCF. Windows color (decimal): -2239089 or 9426397. OLE color: 9426397.

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

Color convert

RGB221213143-
CMYK00.040.350.13
HSL53.85º53.42%71.37%-
HSV(B)53.85º35.29%86.67%-
XYZ58.5764.9435.43-
YUV207.4191.65137.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 143 (56.25% from 255) = 24.78%
R=38.30%
G=36.92%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121314300.040.350.1353.8553.4271.37
HexDDD58F0423D363547
Octal3353252170443156665107
Binary110111011101010110001111010010001111011101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD58F; }

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

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

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

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

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

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

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

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