#DADF82

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

Shades of Primrose #DADF82

Tints of Primrose #DADF82

Color information

#DADF82 (or 0xDADF82) is unknown color: approx Primrose. HEX triplet: DA, DF and 82. RGB value is (218,223,130). Sum of RGB (Red+Green+Blue) = 218+223+130=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF82 is #25207D. Grayscale: #D3D3D3. Windows color (decimal): -2433150 or 8576986. OLE color: 8576986.

HSL color Cylindrical-coordinate representation of color #DADF82: hue angle of 63.23º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DADF82 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB218223130-
CMYK0.0200.420.13
HSL63.23º59.24%69.22%-
HSV(B)63.23º41.7%87.45%-
XYZ59.3369.2931.37-
YUV210.982.34133.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 130 (51.17% from 255) = 22.77%
R=38.18%
G=39.05%
B=22.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231300.0200.420.1363.2359.2469.22
HexDADF82202AD3f3b45
Octal3323372022052157773105
Binary11011010110111111000001010010101011011111111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADF82; }

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

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

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

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

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

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

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

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