#DDDA81

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

Shades of Primrose #DDDA81

Tints of Primrose #DDDA81

Color information

#DDDA81 (or 0xDDDA81) is unknown color: approx Primrose. HEX triplet: DD, DA and 81. RGB value is (221,218,129). Sum of RGB (Red+Green+Blue) = 221+218+129=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA81 is #22257E. Grayscale: #D1D1D1. Windows color (decimal): -2237823 or 8510173. OLE color: 8510173.

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

Color convert

RGB221218129-
CMYK00.010.420.13
HSL58.04º57.5%68.63%-
HSV(B)58.04º41.63%86.67%-
XYZ58.8567.130.62-
YUV208.7582.99136.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 218 (85.55% from 255) = 38.38%
BLUE value IS 129 (50.78% from 255) = 22.71%
R=38.91%
G=38.38%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121812900.010.420.1358.0457.568.63
HexDDDA81012AD3a3a45
Octal3353322010152157272105
Binary1101110111011010100000010110101011011110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA81; }

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

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

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

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

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

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

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

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