#DADF96

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

Shades of Primrose #DADF96

Tints of Primrose #DADF96

Color information

#DADF96 (or 0xDADF96) is unknown color: approx Primrose. HEX triplet: DA, DF and 96. RGB value is (218,223,150). Sum of RGB (Red+Green+Blue) = 218+223+150=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF96 is #252069. Grayscale: #D5D5D5. Windows color (decimal): -2433130 or 9887706. OLE color: 9887706.

HSL color Cylindrical-coordinate representation of color #DADF96: hue angle of 64.11º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DADF96 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB218223150-
CMYK0.0200.330.13
HSL64.11º53.28%73.14%-
HSV(B)64.11º32.74%87.45%-
XYZ60.8169.8839.14-
YUV213.1892.34131.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 150 (58.98% from 255) = 25.38%
R=36.89%
G=37.73%
B=25.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231500.0200.330.1364.1153.2873.14
HexDADF962021D403549
Octal33233722620411510065111
Binary110110101101111110010110100100001110110000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADF96; }

 p { color: rgb(218,223,150); }

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

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

 a { background-color: rgb(218,223,150); }

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

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

 span { border-color: rgb(218,223,150); }

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