#DCE08F

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

Shades of Primrose #DCE08F

Tints of Primrose #DCE08F

Color information

#DCE08F (or 0xDCE08F) is unknown color: approx Primrose. HEX triplet: DC, E0 and 8F. RGB value is (220,224,143). Sum of RGB (Red+Green+Blue) = 220+224+143=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE08F is #231F70. Grayscale: #D5D5D5. Windows color (decimal): -2301809 or 9429212. OLE color: 9429212.

HSL color Cylindrical-coordinate representation of color #DCE08F: hue angle of 62.96º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCE08F is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB220224143-
CMYK0.0200.360.12
HSL62.96º56.64%71.96%-
HSV(B)62.96º36.16%87.84%-
XYZ61.1370.5136.37-
YUV213.5788.17132.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 224 (87.89% from 255) = 38.16%
BLUE value IS 143 (56.25% from 255) = 24.36%
R=37.48%
G=38.16%
B=24.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241430.0200.360.1262.9656.6471.96
HexDCE08F2024C3f3948
Octal3343402172044147771110
Binary11011100111000001000111110010010011001111111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE08F; }

 p { color: rgb(220,224,143); }

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

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

 a { background-color: rgb(220,224,143); }

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

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

 span { border-color: rgb(220,224,143); }

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