#DDEB6F

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

Shades of Mindaro #DDEB6F

Tints of Mindaro #DDEB6F

Color information

#DDEB6F (or 0xDDEB6F) is unknown color: approx Mindaro. HEX triplet: DD, EB and 6F. RGB value is (221,235,111). Sum of RGB (Red+Green+Blue) = 221+235+111=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEB6F is #221490. Grayscale: #D9D9D9. Windows color (decimal): -2233489 or 7334877. OLE color: 7334877.

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

Color convert

RGB221235111-
CMYK0.0600.530.08
HSL66.77º75.61%67.84%-
HSV(B)66.77º52.77%92.16%-
XYZ62.475.9426.41-
YUV216.6868.36131.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 111 (43.75% from 255) = 19.58%
R=38.98%
G=41.45%
B=19.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351110.0600.530.0866.7775.6167.84
HexDDEB6F60358434c44
Octal335353157606510103114104
Binary1101110111101011110111111001101011000100001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEB6F; }

 p { color: rgb(221,235,111); }

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

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

 a { background-color: rgb(221,235,111); }

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

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

 span { border-color: rgb(221,235,111); }

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