#DFEB73

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

Shades of Mindaro #DFEB73

Tints of Mindaro #DFEB73

Color information

#DFEB73 (or 0xDFEB73) is unknown color: approx Mindaro. HEX triplet: DF, EB and 73. RGB value is (223,235,115). Sum of RGB (Red+Green+Blue) = 223+235+115=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB73 is #20148C. Grayscale: #DADADA. Windows color (decimal): -2102413 or 7597023. OLE color: 7597023.

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

Color convert

RGB223235115-
CMYK0.0500.510.08
HSL66º75%68.63%-
HSV(B)66º51.06%92.16%-
XYZ63.2376.3427.62-
YUV217.7370.02131.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 235 (92.19% from 255) = 41.01%
BLUE value IS 115 (45.31% from 255) = 20.07%
R=38.92%
G=41.01%
B=20.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351150.0500.510.08667568.63
HexDFEB7350338424b45
Octal337353163506310102113105
Binary1101111111101011111001110101100111000100001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEB73; }

 p { color: rgb(223,235,115); }

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

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

 a { background-color: rgb(223,235,115); }

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

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

 span { border-color: rgb(223,235,115); }

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