#DADF9B

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

Shades of Primrose #DADF9B

Tints of Primrose #DADF9B

Color information

#DADF9B (or 0xDADF9B) is unknown color: approx Primrose. HEX triplet: DA, DF and 9B. RGB value is (218,223,155). Sum of RGB (Red+Green+Blue) = 218+223+155=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF9B is #252064. Grayscale: #D6D6D6. Windows color (decimal): -2433125 or 10215386. OLE color: 10215386.

HSL color Cylindrical-coordinate representation of color #DADF9B: hue angle of 64.41º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DADF9B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB218223155-
CMYK0.0200.300.13
HSL64.41º51.52%74.12%-
HSV(B)64.41º30.49%87.45%-
XYZ61.2270.0541.3-
YUV213.7594.84131.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 155 (60.94% from 255) = 26.01%
R=36.58%
G=37.42%
B=26.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231550.0200.300.1364.4151.5274.12
HexDADF9B201ED40344a
Octal33233723320361510064112
Binary11011010110111111001101110011110110110000001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADF9B; }

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

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

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

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

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

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

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

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