#DDE974

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

Shades of Mindaro #DDE974

Tints of Mindaro #DDE974

Color information

#DDE974 (or 0xDDE974) is unknown color: approx Mindaro. HEX triplet: DD, E9 and 74. RGB value is (221,233,116). Sum of RGB (Red+Green+Blue) = 221+233+116=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE974 is #22168B. Grayscale: #D8D8D8. Windows color (decimal): -2233996 or 7662045. OLE color: 7662045.

HSL color Cylindrical-coordinate representation of color #DDE974: hue angle of 66.15º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDE974 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB221233116-
CMYK0.0500.500.09
HSL66.15º72.67%68.43%-
HSV(B)66.15º50.21%91.37%-
XYZ62.1174.9127.71-
YUV216.0771.52131.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 233 (91.41% from 255) = 40.88%
BLUE value IS 116 (45.70% from 255) = 20.35%
R=38.77%
G=40.88%
B=20.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331160.0500.500.0966.1572.6768.43
HexDDE97450329424944
Octal335351164506211102111104
Binary1101110111101001111010010101100101001100001010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE974; }

 p { color: rgb(221,233,116); }

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

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

 a { background-color: rgb(221,233,116); }

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

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

 span { border-color: rgb(221,233,116); }

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