#DCDE89

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

Shades of Primrose #DCDE89

Tints of Primrose #DCDE89

Color information

#DCDE89 (or 0xDCDE89) is unknown color: approx Primrose. HEX triplet: DC, DE and 89. RGB value is (220,222,137). Sum of RGB (Red+Green+Blue) = 220+222+137=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 137 (53.91% from 255 or 23.66% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE89 is #232176. Grayscale: #D4D4D4. Windows color (decimal): -2302327 or 9035484. OLE color: 9035484.

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

Color convert

RGB220222137-
CMYK0.0100.380.13
HSL61.41º56.29%70.39%-
HSV(B)61.41º38.29%87.06%-
XYZ60.1569.2633.87-
YUV211.7185.84133.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 137 (53.91% from 255) = 23.66%
R=38.00%
G=38.34%
B=23.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221370.0100.380.1361.4156.2970.39
HexDCDE891026D3d3846
Octal3343362111046157570106
Binary1101110011011110100010011010011011011111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDE89; }

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

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

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

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

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

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

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

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