#DDD783

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

Shades of Primrose #DDD783

Tints of Primrose #DDD783

Color information

#DDD783 (or 0xDDD783) is unknown color: approx Primrose. HEX triplet: DD, D7 and 83. RGB value is (221,215,131). Sum of RGB (Red+Green+Blue) = 221+215+131=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD783 is #22287C. Grayscale: #CFCFCF. Windows color (decimal): -2238589 or 8640477. OLE color: 8640477.

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

Color convert

RGB221215131-
CMYK00.030.410.13
HSL56º56.96%69.02%-
HSV(B)56º40.72%86.67%-
XYZ58.2265.6131.07-
YUV207.2284.99137.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 215 (84.38% from 255) = 37.92%
BLUE value IS 131 (51.56% from 255) = 23.10%
R=38.98%
G=37.92%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121513100.030.410.135656.9669.02
HexDDD7830329D383945
Octal3353272030351157071105
Binary11011101110101111000001101110100111011110001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD783; }

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

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

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

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

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

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

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

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