#DCE78C

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

Shades of Primrose #DCE78C

Tints of Primrose #DCE78C

Color information

#DCE78C (or 0xDCE78C) is unknown color: approx Primrose. HEX triplet: DC, E7 and 8C. RGB value is (220,231,140). Sum of RGB (Red+Green+Blue) = 220+231+140=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE78C is #231873. Grayscale: #D9D9D9. Windows color (decimal): -2300020 or 9234396. OLE color: 9234396.

HSL color Cylindrical-coordinate representation of color #DCE78C: hue angle of 67.25º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCE78C is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB220231140-
CMYK0.0500.390.09
HSL67.25º65.47%72.75%-
HSV(B)67.25º39.39%90.59%-
XYZ62.8274.2635.83-
YUV217.3484.36129.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 231 (90.62% from 255) = 39.09%
BLUE value IS 140 (55.08% from 255) = 23.69%
R=37.23%
G=39.09%
B=23.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311400.0500.390.0967.2565.4772.75
HexDCE78C50279434149
Octal334347214504711103101111
Binary11011100111001111000110010101001111001100001110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE78C; }

 p { color: rgb(220,231,140); }

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

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

 a { background-color: rgb(220,231,140); }

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

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

 span { border-color: rgb(220,231,140); }

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