#DDEB72

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

Shades of Mindaro #DDEB72

Tints of Mindaro #DDEB72

Color information

#DDEB72 (or 0xDDEB72) is unknown color: approx Mindaro. HEX triplet: DD, EB and 72. RGB value is (221,235,114). Sum of RGB (Red+Green+Blue) = 221+235+114=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEB72 is #22148D. Grayscale: #D9D9D9. Windows color (decimal): -2233486 or 7531485. OLE color: 7531485.

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

Color convert

RGB221235114-
CMYK0.0600.510.08
HSL66.94º75.16%68.43%-
HSV(B)66.94º51.49%92.16%-
XYZ62.567627.29-
YUV217.0269.86130.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 235 (92.19% from 255) = 41.23%
BLUE value IS 114 (44.92% from 255) = 20%
R=38.77%
G=41.23%
B=20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351140.0600.510.0866.9475.1668.43
HexDDEB7260338434b44
Octal335353162606310103113104
Binary1101110111101011111001011001100111000100001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEB72; }

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

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

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

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

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

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

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

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