#DDDE88

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

Shades of Primrose #DDDE88

Tints of Primrose #DDDE88

Color information

#DDDE88 (or 0xDDDE88) is unknown color: approx Primrose. HEX triplet: DD, DE and 88. RGB value is (221,222,136). Sum of RGB (Red+Green+Blue) = 221+222+136=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDE88 is #222177. Grayscale: #D4D4D4. Windows color (decimal): -2236792 or 8969949. OLE color: 8969949.

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

Color convert

RGB221222136-
CMYK0.0000.390.13
HSL60.7º56.58%70.2%-
HSV(B)60.7º38.74%87.06%-
XYZ60.3869.3933.5-
YUV211.985.17134.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 136 (53.52% from 255) = 23.49%
R=38.17%
G=38.34%
B=23.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221360.0000.390.1360.756.5870.2
HexDDDE880027D3d3946
Octal3353362100047157571106
Binary1101110111011110100010000010011111011111011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDE88; }

 p { color: rgb(221,222,136); }

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

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

 a { background-color: rgb(221,222,136); }

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

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

 span { border-color: rgb(221,222,136); }

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