#DFD684

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

Shades of Primrose #DFD684

Tints of Primrose #DFD684

Color information

#DFD684 (or 0xDFD684) is unknown color: approx Primrose. HEX triplet: DF, D6 and 84. RGB value is (223,214,132). Sum of RGB (Red+Green+Blue) = 223+214+132=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD684 is #20297B. Grayscale: #CFCFCF. Windows color (decimal): -2107772 or 8705759. OLE color: 8705759.

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

Color convert

RGB223214132-
CMYK00.040.410.13
HSL54.07º58.71%69.61%-
HSV(B)54.07º40.81%87.45%-
XYZ58.6465.4531.37-
YUV207.3485.48139.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 132 (51.95% from 255) = 23.20%
R=39.19%
G=37.61%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321413200.040.410.1354.0758.7169.61
HexDFD6840429D363b46
Octal3373262040451156673106
Binary110111111101011010000100010010100111011101101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD684; }

 p { color: rgb(223,214,132); }

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

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

 a { background-color: rgb(223,214,132); }

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

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

 span { border-color: rgb(223,214,132); }

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