#DCDF89

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

Shades of Primrose #DCDF89

Tints of Primrose #DCDF89

Color information

#DCDF89 (or 0xDCDF89) is unknown color: approx Primrose. HEX triplet: DC, DF and 89. RGB value is (220,223,137). Sum of RGB (Red+Green+Blue) = 220+223+137=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF89 is #232076. Grayscale: #D4D4D4. Windows color (decimal): -2302071 or 9035740. OLE color: 9035740.

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

Color convert

RGB220223137-
CMYK0.0100.390.13
HSL62.09º57.33%70.59%-
HSV(B)62.09º38.57%87.45%-
XYZ60.4269.833.95-
YUV212.385.51133.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 137 (53.91% from 255) = 23.62%
R=37.93%
G=38.45%
B=23.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231370.0100.390.1362.0957.3370.59
HexDCDF891027D3e3947
Octal3343372111047157671107
Binary1101110011011111100010011010011111011111101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF89; }

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

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

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

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

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

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

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

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