#DCE961

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

Shades of Mindaro #DCE961

Tints of Mindaro #DCE961

Color information

#DCE961 (or 0xDCE961) is unknown color: approx Mindaro. HEX triplet: DC, E9 and 61. RGB value is (220,233,97). Sum of RGB (Red+Green+Blue) = 220+233+97=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE961 is #23169E. Grayscale: #D6D6D6. Windows color (decimal): -2299551 or 6416860. OLE color: 6416860.

HSL color Cylindrical-coordinate representation of color #DCE961: hue angle of 65.74º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCE961 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB22023397-
CMYK0.0600.580.09
HSL65.74º75.56%64.71%-
HSV(B)65.74º58.37%91.37%-
XYZ60.8174.3622.46-
YUV213.6162.19132.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 233 (91.41% from 255) = 42.36%
BLUE value IS 97 (38.28% from 255) = 17.64%
R=40%
G=42.36%
B=17.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220233970.0600.580.0965.7475.5664.71
HexDCE961603A9424c41
Octal334351141607211102114101
Binary1101110011101001110000111001110101001100001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE961; }

 p { color: rgb(220,233,97); }

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

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

 a { background-color: rgb(220,233,97); }

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

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

 span { border-color: rgb(220,233,97); }

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