#DDED75

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

Shades of Mindaro #DDED75

Tints of Mindaro #DDED75

Color information

#DDED75 (or 0xDDED75) is unknown color: approx Mindaro. HEX triplet: DD, ED and 75. RGB value is (221,237,117). Sum of RGB (Red+Green+Blue) = 221+237+117=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED75 is #22128A. Grayscale: #DBDBDB. Windows color (decimal): -2232971 or 7728605. OLE color: 7728605.

HSL color Cylindrical-coordinate representation of color #DDED75: hue angle of 68º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDED75 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB221237117-
CMYK0.0700.510.07
HSL68º76.92%69.41%-
HSV(B)68º50.63%92.94%-
XYZ63.3177.2228.4-
YUV218.5470.7129.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 117 (46.09% from 255) = 20.35%
R=38.43%
G=41.22%
B=20.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371170.0700.510.076876.9269.41
HexDDED7570337444d45
Octal33535516570637104115105
Binary110111011110110111101011110110011111100010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDED75; }

 p { color: rgb(221,237,117); }

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

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

 a { background-color: rgb(221,237,117); }

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

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

 span { border-color: rgb(221,237,117); }

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