#DADD88

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

Shades of Primrose #DADD88

Tints of Primrose #DADD88

Color information

#DADD88 (or 0xDADD88) is unknown color: approx Primrose. HEX triplet: DA, DD and 88. RGB value is (218,221,136). Sum of RGB (Red+Green+Blue) = 218+221+136=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 136 (53.52% from 255 or 23.65% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD88 is #252277. Grayscale: #D2D2D2. Windows color (decimal): -2433656 or 8969690. OLE color: 8969690.

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

Color convert

RGB218221136-
CMYK0.0100.380.13
HSL62.12º55.56%70%-
HSV(B)62.12º38.46%86.67%-
XYZ59.2168.433.37-
YUV210.4186.01133.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 136 (53.52% from 255) = 23.65%
R=37.91%
G=38.43%
B=23.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211360.0100.380.1362.1255.5670
HexDADD881026D3e3846
Octal3323352101046157670106
Binary1101101011011101100010001010011011011111101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD88; }

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

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

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

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

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

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

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

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