#DADC88

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

Shades of Primrose #DADC88

Tints of Primrose #DADC88

Color information

#DADC88 (or 0xDADC88) is unknown color: approx Primrose. HEX triplet: DA, DC and 88. RGB value is (218,220,136). Sum of RGB (Red+Green+Blue) = 218+220+136=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC88 is #252377. Grayscale: #D2D2D2. Windows color (decimal): -2433912 or 8969434. OLE color: 8969434.

HSL color Cylindrical-coordinate representation of color #DADC88: hue angle of 61.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DADC88 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB218220136-
CMYK0.0100.380.14
HSL61.43º54.55%69.8%-
HSV(B)61.43º38.18%86.27%-
XYZ58.9567.8733.29-
YUV209.8386.34133.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 136 (53.52% from 255) = 23.69%
R=37.98%
G=38.33%
B=23.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201360.0100.380.1461.4354.5569.8
HexDADC881026E3d3746
Octal3323342101046167567106
Binary1101101011011100100010001010011011101111011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC88; }

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

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

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

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

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

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

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

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