#DADC8E

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

Shades of Primrose #DADC8E

Tints of Primrose #DADC8E

Color information

#DADC8E (or 0xDADC8E) is unknown color: approx Primrose. HEX triplet: DA, DC and 8E. RGB value is (218,220,142). Sum of RGB (Red+Green+Blue) = 218+220+142=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC8E is #252371. Grayscale: #D2D2D2. Windows color (decimal): -2433906 or 9362650. OLE color: 9362650.

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

Color convert

RGB218220142-
CMYK0.0100.350.14
HSL61.54º52.7%70.98%-
HSV(B)61.54º35.45%86.27%-
XYZ59.3968.0435.6-
YUV210.5189.34133.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 142 (55.86% from 255) = 24.48%
R=37.59%
G=37.93%
B=24.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201420.0100.350.1461.5452.770.98
HexDADC8E1023E3e3547
Octal3323342161043167665107
Binary1101101011011100100011101010001111101111101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC8E; }

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

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

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

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

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

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

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

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