#DADB82

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

Shades of Primrose #DADB82

Tints of Primrose #DADB82

Color information

#DADB82 (or 0xDADB82) is unknown color: approx Primrose. HEX triplet: DA, DB and 82. RGB value is (218,219,130). Sum of RGB (Red+Green+Blue) = 218+219+130=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB82 is #25247D. Grayscale: #D0D0D0. Windows color (decimal): -2434174 or 8575962. OLE color: 8575962.

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

Color convert

RGB218219130-
CMYK0.0000.410.14
HSL60.67º55.28%68.43%-
HSV(B)60.67º40.64%85.88%-
XYZ58.2767.1831.01-
YUV208.5683.67134.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 130 (51.17% from 255) = 22.93%
R=38.45%
G=38.62%
B=22.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191300.0000.410.1460.6755.2868.43
HexDADB820029E3d3744
Octal3323332020051167567104
Binary1101101011011011100000100010100111101111011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB82; }

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

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

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

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

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

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

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

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