#DDD883

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

Shades of Primrose #DDD883

Tints of Primrose #DDD883

Color information

#DDD883 (or 0xDDD883) is unknown color: approx Primrose. HEX triplet: DD, D8 and 83. RGB value is (221,216,131). Sum of RGB (Red+Green+Blue) = 221+216+131=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD883 is #22277C. Grayscale: #D0D0D0. Windows color (decimal): -2238333 or 8640733. OLE color: 8640733.

HSL color Cylindrical-coordinate representation of color #DDD883: hue angle of 56.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDD883 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB221216131-
CMYK00.020.410.13
HSL56.67º56.96%69.02%-
HSV(B)56.67º40.72%86.67%-
XYZ58.4766.1231.15-
YUV207.884.66137.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 131 (51.56% from 255) = 23.06%
R=38.91%
G=38.03%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121613100.020.410.1356.6756.9669.02
HexDDD8830229D393945
Octal3353302030251157171105
Binary11011101110110001000001101010100111011110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD883; }

 p { color: rgb(221,216,131); }

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

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

 a { background-color: rgb(221,216,131); }

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

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

 span { border-color: rgb(221,216,131); }

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