#DCED75

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

Shades of Mindaro #DCED75

Tints of Mindaro #DCED75

Color information

#DCED75 (or 0xDCED75) is unknown color: approx Mindaro. HEX triplet: DC, ED and 75. RGB value is (220,237,117). Sum of RGB (Red+Green+Blue) = 220+237+117=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED75 is #23128A. Grayscale: #DADADA. Windows color (decimal): -2298507 or 7728604. OLE color: 7728604.

HSL color Cylindrical-coordinate representation of color #DCED75: hue angle of 68.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCED75 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB220237117-
CMYK0.0700.510.07
HSL68.5º76.92%69.41%-
HSV(B)68.5º50.63%92.94%-
XYZ63.0177.0728.38-
YUV218.2470.87129.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 237 (92.97% from 255) = 41.29%
BLUE value IS 117 (46.09% from 255) = 20.38%
R=38.33%
G=41.29%
B=20.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371170.0700.510.0768.576.9269.41
HexDCED7570337444d45
Octal33435516570637104115105
Binary110111001110110111101011110110011111100010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED75; }

 p { color: rgb(220,237,117); }

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

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

 a { background-color: rgb(220,237,117); }

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

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

 span { border-color: rgb(220,237,117); }

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