#DADC82

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

Shades of Primrose #DADC82

Tints of Primrose #DADC82

Color information

#DADC82 (or 0xDADC82) is unknown color: approx Primrose. HEX triplet: DA, DC and 82. RGB value is (218,220,130). Sum of RGB (Red+Green+Blue) = 218+220+130=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC82 is #25237D. Grayscale: #D1D1D1. Windows color (decimal): -2433918 or 8576218. OLE color: 8576218.

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

Color convert

RGB218220130-
CMYK0.0100.410.14
HSL61.33º56.25%68.63%-
HSV(B)61.33º40.91%86.27%-
XYZ58.5467.731.1-
YUV209.1483.34134.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 220 (86.33% from 255) = 38.73%
BLUE value IS 130 (51.17% from 255) = 22.89%
R=38.38%
G=38.73%
B=22.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201300.0100.410.1461.3356.2568.63
HexDADC821029E3d3845
Octal3323342021051167570105
Binary1101101011011100100000101010100111101111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC82; }

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

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

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

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

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

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

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

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