#DCDF81

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

Shades of Primrose #DCDF81

Tints of Primrose #DCDF81

Color information

#DCDF81 (or 0xDCDF81) is unknown color: approx Primrose. HEX triplet: DC, DF and 81. RGB value is (220,223,129). Sum of RGB (Red+Green+Blue) = 220+223+129=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF81 is #23207E. Grayscale: #D3D3D3. Windows color (decimal): -2302079 or 8511452. OLE color: 8511452.

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

Color convert

RGB220223129-
CMYK0.0100.420.13
HSL61.91º59.49%69.02%-
HSV(B)61.91º42.15%87.45%-
XYZ59.8769.5831.04-
YUV211.3981.51134.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 223 (87.5% from 255) = 38.99%
BLUE value IS 129 (50.78% from 255) = 22.55%
R=38.46%
G=38.99%
B=22.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231290.0100.420.1361.9159.4969.02
HexDCDF81102AD3e3b45
Octal3343372011052157673105
Binary1101110011011111100000011010101011011111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF81; }

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

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

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

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

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

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

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

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