Html Css Color HEX #DDE575 Mindaro

📋 copy color: '#DDE575'

red 221 ◦ green 229 ◦ blue 117

#DDE575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DDE575

Tints of Mindaro #DDE575

RGB

 RED value IS 221 (86.72% from 255) = 38.98%

 GREEN value IS 229 (89.84% from 255) = 40.39%

 BLUE value IS 117 (46.09% from 255) = 20.63%

R = 38.98%
G = 40.39%
B = 20.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#DDE575 (or 0xDDE575) is known color: Mindaro. HEX triplet: DD, E5 and 75. RGB value is (221,229,117). Sum of RGB (Red+Green+Blue) = 221+229+117=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE575 is #221A8A. Grayscale: #D6D6D6. Windows color (decimal): -2235019 or 7726557. OLE color: 7726557.

HSL color Cylindrical-coordinate representation of color #DDE575: hue angle of 64.29º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDE575 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 117 -
CMYK 0.03 0 0.49 0.10
HSL 64.29º 0.68% 0.68% -
HSV(B) 64.29º 0.49% 0.9% -
XYZ 61.05 72.7 27.64 -
YUV 213.84 73.35 133.11 -
System Red Green Blue C M Y K H S L
Decimal 221 229 117 0.03 0 0.49 0.10 64.29 0.68 0.68
Hex DD E5 75 3 0 31 A 40 44 44
Octal 335 345 165 3 0 61 12 100 104 104
Binary 11011101 11100101 1110101 11 0 110001 1010 1000000 1000100 1000100

Color Harmonies of #DDE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE575

Black with #DDE575

Text Example


Text Example

White with #DDE575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE575; }

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

 H1.HeaderClassName
 {
   color: #DDE575;
 }
 .AnyTagClassName
 {
   color: #DDE575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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