#DDDE8A

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

Shades of Primrose #DDDE8A

Tints of Primrose #DDDE8A

Color information

#DDDE8A (or 0xDDDE8A) is unknown color: approx Primrose. HEX triplet: DD, DE and 8A. RGB value is (221,222,138). Sum of RGB (Red+Green+Blue) = 221+222+138=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDE8A is #222175. Grayscale: #D4D4D4. Windows color (decimal): -2236790 or 9101021. OLE color: 9101021.

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

Color convert

RGB221222138-
CMYK0.0000.380.13
HSL60.71º56%70.59%-
HSV(B)60.71º37.84%87.06%-
XYZ60.5369.4534.26-
YUV212.1286.17134.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 138 (54.30% from 255) = 23.75%
R=38.04%
G=38.21%
B=23.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221380.0000.380.1360.715670.59
HexDDDE8A0026D3d3847
Octal3353362120046157570107
Binary1101110111011110100010100010011011011111011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDE8A; }

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

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

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

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

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

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

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

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