#DADB8B

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

Shades of Primrose #DADB8B

Tints of Primrose #DADB8B

Color information

#DADB8B (or 0xDADB8B) is unknown color: approx Primrose. HEX triplet: DA, DB and 8B. RGB value is (218,219,139). Sum of RGB (Red+Green+Blue) = 218+219+139=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB8B is #252474. Grayscale: #D1D1D1. Windows color (decimal): -2434165 or 9165786. OLE color: 9165786.

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

Color convert

RGB218219139-
CMYK0.0000.370.14
HSL60.75º52.63%70.2%-
HSV(B)60.75º36.53%85.88%-
XYZ58.9167.4334.34-
YUV209.5888.17134-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 219 (85.94% from 255) = 38.02%
BLUE value IS 139 (54.69% from 255) = 24.13%
R=37.85%
G=38.02%
B=24.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191390.0000.370.1460.7552.6370.2
HexDADB8B0025E3d3546
Octal3323332130045167565106
Binary1101101011011011100010110010010111101111011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB8B; }

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

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

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

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

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

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

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

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