#DCDF84

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

Shades of Primrose #DCDF84

Tints of Primrose #DCDF84

Color information

#DCDF84 (or 0xDCDF84) is unknown color: approx Primrose. HEX triplet: DC, DF and 84. RGB value is (220,223,132). Sum of RGB (Red+Green+Blue) = 220+223+132=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF84 is #23207B. Grayscale: #D4D4D4. Windows color (decimal): -2302076 or 8708060. OLE color: 8708060.

HSL color Cylindrical-coordinate representation of color #DCDF84: hue angle of 61.98º 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 #DCDF84 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB220223132-
CMYK0.0100.410.13
HSL61.98º58.71%69.61%-
HSV(B)61.98º40.81%87.45%-
XYZ60.0769.6632.11-
YUV211.7383.01133.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 132 (51.95% from 255) = 22.96%
R=38.26%
G=38.78%
B=22.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231320.0100.410.1361.9858.7169.61
HexDCDF841029D3e3b46
Octal3343372041051157673106
Binary1101110011011111100001001010100111011111101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF84; }

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

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

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

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

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

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

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

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