#DEDD88

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

Shades of Primrose #DEDD88

Tints of Primrose #DEDD88

Color information

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

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

Color convert

RGB222221136-
CMYK00.000.390.13
HSL59.3º56.58%70.2%-
HSV(B)59.3º38.74%87.06%-
XYZ60.4269.0233.43-
YUV211.6185.33135.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222113600.000.390.1359.356.5870.2
HexDEDD880027D3b3946
Octal3363352100047157371106
Binary1101111011011101100010000010011111011110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD88; }

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

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

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

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

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

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

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

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