#DCE08D

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

Shades of Primrose #DCE08D

Tints of Primrose #DCE08D

Color information

#DCE08D (or 0xDCE08D) is unknown color: approx Primrose. HEX triplet: DC, E0 and 8D. RGB value is (220,224,141). Sum of RGB (Red+Green+Blue) = 220+224+141=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE08D is #231F72. Grayscale: #D5D5D5. Windows color (decimal): -2301811 or 9298140. OLE color: 9298140.

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

Color convert

RGB220224141-
CMYK0.0200.370.12
HSL62.89º57.24%71.57%-
HSV(B)62.89º37.05%87.84%-
XYZ60.9870.4535.58-
YUV213.3487.17132.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 141 (55.47% from 255) = 24.10%
R=37.61%
G=38.29%
B=24.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241410.0200.370.1262.8957.2471.57
HexDCE08D2025C3f3948
Octal3343402152045147771110
Binary11011100111000001000110110010010111001111111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE08D; }

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

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

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

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

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

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

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

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