#DCE769

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

Shades of Mindaro #DCE769

Tints of Mindaro #DCE769

Color information

#DCE769 (or 0xDCE769) is unknown color: approx Mindaro. HEX triplet: DC, E7 and 69. RGB value is (220,231,105). Sum of RGB (Red+Green+Blue) = 220+231+105=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE769 is #231896. Grayscale: #D5D5D5. Windows color (decimal): -2300055 or 6940636. OLE color: 6940636.

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

Color convert

RGB220231105-
CMYK0.0500.550.09
HSL65.24º72.41%65.88%-
HSV(B)65.24º54.55%90.59%-
XYZ60.6473.3924.33-
YUV213.3566.86132.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 231 (90.62% from 255) = 41.55%
BLUE value IS 105 (41.41% from 255) = 18.88%
R=39.57%
G=41.55%
B=18.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311050.0500.550.0965.2472.4165.88
HexDCE76950379414842
Octal334347151506711101110102
Binary1101110011100111110100110101101111001100000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE769; }

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

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

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

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

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

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

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

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