#DDD88A

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

Shades of Primrose #DDD88A

Tints of Primrose #DDD88A

Color information

#DDD88A (or 0xDDD88A) is unknown color: approx Primrose. HEX triplet: DD, D8 and 8A. RGB value is (221,216,138). Sum of RGB (Red+Green+Blue) = 221+216+138=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD88A is #222775. Grayscale: #D0D0D0. Windows color (decimal): -2238326 or 9099485. OLE color: 9099485.

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

Color convert

RGB221216138-
CMYK00.020.380.13
HSL56.39º54.97%70.39%-
HSV(B)56.39º37.56%86.67%-
XYZ58.9666.3233.74-
YUV208.688.16136.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 216 (84.77% from 255) = 37.57%
BLUE value IS 138 (54.30% from 255) = 24%
R=38.43%
G=37.57%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121613800.020.380.1356.3954.9770.39
HexDDD88A0226D383746
Octal3353302120246157067106
Binary11011101110110001000101001010011011011110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD88A; }

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

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

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

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

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

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

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

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