#DADB98

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

Shades of Primrose #DADB98

Tints of Primrose #DADB98

Color information

#DADB98 (or 0xDADB98) is unknown color: approx Primrose. HEX triplet: DA, DB and 98. RGB value is (218,219,152). Sum of RGB (Red+Green+Blue) = 218+219+152=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB98 is #252467. Grayscale: #D3D3D3. Windows color (decimal): -2434152 or 10017754. OLE color: 10017754.

HSL color Cylindrical-coordinate representation of color #DADB98: hue angle of 60.9º degrees, saturation: 0.48, 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 #DADB98 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB218219152-
CMYK0.0000.310.14
HSL60.9º48.2%72.75%-
HSV(B)60.9º30.59%85.88%-
XYZ59.9167.8439.64-
YUV211.0694.67132.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 152 (59.77% from 255) = 25.81%
R=37.01%
G=37.18%
B=25.81%

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
Decimal2182191520.0000.310.1460.948.272.75
HexDADB98001FE3d3049
Octal3323332300037167560111
Binary110110101101101110011000001111111101111011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB98; }

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

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

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

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

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

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

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

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