#DCEA69

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

Shades of Mindaro #DCEA69

Tints of Mindaro #DCEA69

Color information

#DCEA69 (or 0xDCEA69) is unknown color: approx Mindaro. HEX triplet: DC, EA and 69. RGB value is (220,234,105). Sum of RGB (Red+Green+Blue) = 220+234+105=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA69 is #231596. Grayscale: #D7D7D7. Windows color (decimal): -2299287 or 6941404. OLE color: 6941404.

HSL color Cylindrical-coordinate representation of color #DCEA69: hue angle of 66.51º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCEA69 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB220234105-
CMYK0.0600.550.08
HSL66.51º75.44%66.47%-
HSV(B)66.51º55.13%91.76%-
XYZ61.4975.0824.62-
YUV215.1165.86131.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 234 (91.80% from 255) = 41.86%
BLUE value IS 105 (41.41% from 255) = 18.78%
R=39.36%
G=41.86%
B=18.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202341050.0600.550.0866.5175.4466.47
HexDCEA6960378434b42
Octal334352151606710103113102
Binary1101110011101010110100111001101111000100001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEA69; }

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

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

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

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

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

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

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

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