#DDDB8A

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

Shades of Primrose #DDDB8A

Tints of Primrose #DDDB8A

Color information

#DDDB8A (or 0xDDDB8A) is unknown color: approx Primrose. HEX triplet: DD, DB and 8A. RGB value is (221,219,138). Sum of RGB (Red+Green+Blue) = 221+219+138=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB8A is #222475. Grayscale: #D2D2D2. Windows color (decimal): -2237558 or 9100253. OLE color: 9100253.

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

Color convert

RGB221219138-
CMYK00.010.380.13
HSL58.55º54.97%70.39%-
HSV(B)58.55º37.56%86.67%-
XYZ59.7467.8734-
YUV210.3687.16135.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 219 (85.94% from 255) = 37.89%
BLUE value IS 138 (54.30% from 255) = 23.88%
R=38.24%
G=37.89%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121913800.010.380.1358.5554.9770.39
HexDDDB8A0126D3b3746
Octal3353332120146157367106
Binary1101110111011011100010100110011011011110111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB8A; }

 p { color: rgb(221,219,138); }

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

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

 a { background-color: rgb(221,219,138); }

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

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

 span { border-color: rgb(221,219,138); }

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