#DADB97

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

Shades of Primrose #DADB97

Tints of Primrose #DADB97

Color information

#DADB97 (or 0xDADB97) is unknown color: approx Primrose. HEX triplet: DA, DB and 97. RGB value is (218,219,151). Sum of RGB (Red+Green+Blue) = 218+219+151=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB97 is #252468. Grayscale: #D3D3D3. Windows color (decimal): -2434153 or 9952218. OLE color: 9952218.

HSL color Cylindrical-coordinate representation of color #DADB97: hue angle of 60.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DADB97 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB218219151-
CMYK0.0000.310.14
HSL60.88º48.57%72.55%-
HSV(B)60.88º31.05%85.88%-
XYZ59.8367.839.21-
YUV210.9594.17133.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 151 (59.38% from 255) = 25.68%
R=37.07%
G=37.24%
B=25.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191510.0000.310.1460.8848.5772.55
HexDADB97001FE3d3149
Octal3323332270037167561111
Binary110110101101101110010111001111111101111011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB97; }

 p { color: rgb(218,219,151); }

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

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

 a { background-color: rgb(218,219,151); }

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

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

 span { border-color: rgb(218,219,151); }

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