#DADB83

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

Shades of Primrose #DADB83

Tints of Primrose #DADB83

Color information

#DADB83 (or 0xDADB83) is unknown color: approx Primrose. HEX triplet: DA, DB and 83. RGB value is (218,219,131). Sum of RGB (Red+Green+Blue) = 218+219+131=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB83 is #25247C. Grayscale: #D1D1D1. Windows color (decimal): -2434173 or 8641498. OLE color: 8641498.

HSL color Cylindrical-coordinate representation of color #DADB83: hue angle of 60.68º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DADB83 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB218219131-
CMYK0.0000.400.14
HSL60.68º55%68.63%-
HSV(B)60.68º40.18%85.88%-
XYZ58.3467.2131.37-
YUV208.6784.17134.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 131 (51.56% from 255) = 23.06%
R=38.38%
G=38.56%
B=23.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191310.0000.400.1460.685568.63
HexDADB830028E3d3745
Octal3323332030050167567105
Binary1101101011011011100000110010100011101111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB83; }

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

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

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

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

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

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

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

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