#DCDE81

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

Shades of Primrose #DCDE81

Tints of Primrose #DCDE81

Color information

#DCDE81 (or 0xDCDE81) is unknown color: approx Primrose. HEX triplet: DC, DE and 81. RGB value is (220,222,129). Sum of RGB (Red+Green+Blue) = 220+222+129=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE81 is #23217E. Grayscale: #D3D3D3. Windows color (decimal): -2302335 or 8511196. OLE color: 8511196.

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

Color convert

RGB220222129-
CMYK0.0100.420.13
HSL61.29º58.49%68.82%-
HSV(B)61.29º41.89%87.06%-
XYZ59.669.0430.95-
YUV210.881.84134.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 129 (50.78% from 255) = 22.59%
R=38.53%
G=38.88%
B=22.59%

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
Decimal2202221290.0100.420.1361.2958.4968.82
HexDCDE81102AD3d3a45
Octal3343362011052157572105
Binary1101110011011110100000011010101011011111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDE81; }

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

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

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

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

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

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

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

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