#DADD9C

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

Shades of Primrose #DADD9C

Tints of Primrose #DADD9C

Color information

#DADD9C (or 0xDADD9C) is unknown color: approx Primrose. HEX triplet: DA, DD and 9C. RGB value is (218,221,156). Sum of RGB (Red+Green+Blue) = 218+221+156=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD9C is #252263. Grayscale: #D4D4D4. Windows color (decimal): -2433636 or 10280410. OLE color: 10280410.

HSL color Cylindrical-coordinate representation of color #DADD9C: hue angle of 62.77º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DADD9C is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB218221156-
CMYK0.0100.290.13
HSL62.77º48.87%73.92%-
HSV(B)62.77º29.41%86.67%-
XYZ60.7769.0241.57-
YUV212.6996.01131.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 156 (61.33% from 255) = 26.22%
R=36.64%
G=37.14%
B=26.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211560.0100.290.1362.7748.8773.92
HexDADD9C101DD3f314a
Octal3323352341035157761112
Binary110110101101110110011100101110111011111111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD9C; }

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

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

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

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

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

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

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

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