#DDDA83

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

Shades of Primrose #DDDA83

Tints of Primrose #DDDA83

Color information

#DDDA83 (or 0xDDDA83) is unknown color: approx Primrose. HEX triplet: DD, DA and 83. RGB value is (221,218,131). Sum of RGB (Red+Green+Blue) = 221+218+131=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA83 is #22257C. Grayscale: #D1D1D1. Windows color (decimal): -2237821 or 8641245. OLE color: 8641245.

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

Color convert

RGB221218131-
CMYK00.010.410.13
HSL58º56.96%69.02%-
HSV(B)58º40.72%86.67%-
XYZ58.9967.1531.33-
YUV208.9883.99136.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 218 (85.55% from 255) = 38.25%
BLUE value IS 131 (51.56% from 255) = 22.98%
R=38.77%
G=38.25%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121813100.010.410.135856.9669.02
HexDDDA830129D3a3945
Octal3353322030151157271105
Binary1101110111011010100000110110100111011110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA83; }

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

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

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

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

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

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

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

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