Html Css Color HEX #DDE66D Mindaro

📋 copy color: '#DDE66D'

red 221 ◦ green 230 ◦ blue 109

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

Shades of Mindaro #DDE66D

Tints of Mindaro #DDE66D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.07%

 BLUE value IS 109 (42.97% from 255) = 19.46%

R = 39.46%
G = 41.07%
B = 19.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#DDE66D (or 0xDDE66D) is known color: Mindaro. HEX triplet: DD, E6 and 6D. RGB value is (221,230,109). Sum of RGB (Red+Green+Blue) = 221+230+109=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE66D is #221992. Grayscale: #D5D5D5. Windows color (decimal): -2234771 or 7202525. OLE color: 7202525.

HSL color Cylindrical-coordinate representation of color #DDE66D: hue angle of 64.46º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDE66D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 109 -
CMYK 0.04 0 0.53 0.10
HSL 64.46º 0.71% 0.66% -
HSV(B) 64.46º 0.53% 0.9% -
XYZ 60.88 73.07 25.36 -
YUV 213.52 69.02 133.34 -
System Red Green Blue C M Y K H S L
Decimal 221 230 109 0.04 0 0.53 0.10 64.46 0.71 0.66
Hex DD E6 6D 4 0 35 A 40 47 42
Octal 335 346 155 4 0 65 12 100 107 102
Binary 11011101 11100110 1101101 100 0 110101 1010 1000000 1000111 1000010

Color Harmonies of #DDE66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE66D

Black with #DDE66D

Text Example


Text Example

White with #DDE66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE66D; }

 p { color: rgb(221,230,109); }

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

background-color css

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

 a { background-color: rgb(221,230,109); }

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

border-color css

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

 span { border-color: rgb(221,230,109); }

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