#DCE69A

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

Shades of Primrose #DCE69A

Tints of Primrose #DCE69A

Color information

#DCE69A (or 0xDCE69A) is unknown color: approx Primrose. HEX triplet: DC, E6 and 9A. RGB value is (220,230,154). Sum of RGB (Red+Green+Blue) = 220+230+154=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE69A is #231965. Grayscale: #DADADA. Windows color (decimal): -2300262 or 10151644. OLE color: 10151644.

HSL color Cylindrical-coordinate representation of color #DCE69A: hue angle of 67.89º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE69A is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB220230154-
CMYK0.0400.330.10
HSL67.89º60.32%75.29%-
HSV(B)67.89º33.04%90.2%-
XYZ63.6474.1441.53-
YUV218.3591.69129.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 230 (90.23% from 255) = 38.08%
BLUE value IS 154 (60.55% from 255) = 25.50%
R=36.42%
G=38.08%
B=25.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202301540.0400.330.1067.8960.3275.29
HexDCE69A4021A443c4b
Octal33434623240411210474113
Binary1101110011100110100110101000100001101010001001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE69A; }

 p { color: rgb(220,230,154); }

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

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

 a { background-color: rgb(220,230,154); }

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

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

 span { border-color: rgb(220,230,154); }

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