#DCE792

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

Shades of Primrose #DCE792

Tints of Primrose #DCE792

Color information

#DCE792 (or 0xDCE792) is unknown color: approx Primrose. HEX triplet: DC, E7 and 92. RGB value is (220,231,146). Sum of RGB (Red+Green+Blue) = 220+231+146=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE792 is #23186D. Grayscale: #DADADA. Windows color (decimal): -2300014 or 9627612. OLE color: 9627612.

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

Color convert

RGB220231146-
CMYK0.0500.370.09
HSL67.76º63.91%73.92%-
HSV(B)67.76º36.8%90.59%-
XYZ63.2874.4438.23-
YUV218.0287.36129.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 231 (90.62% from 255) = 38.69%
BLUE value IS 146 (57.42% from 255) = 24.46%
R=36.85%
G=38.69%
B=24.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311460.0500.370.0967.7663.9173.92
HexDCE7925025944404a
Octal334347222504511104100112
Binary11011100111001111001001010101001011001100010010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE792; }

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

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

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

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

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

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

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

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