#DFEB7A

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

Shades of Mindaro #DFEB7A

Tints of Mindaro #DFEB7A

Color information

#DFEB7A (or 0xDFEB7A) is unknown color: approx Mindaro. HEX triplet: DF, EB and 7A. RGB value is (223,235,122). Sum of RGB (Red+Green+Blue) = 223+235+122=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB7A is #201485. Grayscale: #DADADA. Windows color (decimal): -2102406 or 8055775. OLE color: 8055775.

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

Color convert

RGB223235122-
CMYK0.0500.480.08
HSL66.37º73.86%70%-
HSV(B)66.37º48.09%92.16%-
XYZ63.6576.5129.83-
YUV218.5373.52131.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 235 (92.19% from 255) = 40.52%
BLUE value IS 122 (48.05% from 255) = 21.03%
R=38.45%
G=40.52%
B=21.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351220.0500.480.0866.3773.8670
HexDFEB7A50308424a46
Octal337353172506010102112106
Binary1101111111101011111101010101100001000100001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEB7A; }

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

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

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

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

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

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

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

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