Html Css Color HEX #DDE666 Mindaro

📋 copy color: '#DDE666'

red 221 ◦ green 230 ◦ blue 102

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

Shades of Mindaro #DDE666

Tints of Mindaro #DDE666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.44%

R = 39.96%
G = 41.59%
B = 18.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#DDE666 (or 0xDDE666) is known color: Mindaro. HEX triplet: DD, E6 and 66. RGB value is (221,230,102). Sum of RGB (Red+Green+Blue) = 221+230+102=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE666 is #221999. Grayscale: #D5D5D5. Windows color (decimal): -2234778 or 6743773. OLE color: 6743773.

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

Color convert

RGB 221 230 102 -
CMYK 0.04 0 0.56 0.10
HSL 64.22º 0.72% 0.65% -
HSV(B) 64.22º 0.56% 0.9% -
XYZ 60.51 72.93 23.46 -
YUV 212.72 65.52 133.91 -
System Red Green Blue C M Y K H S L
Decimal 221 230 102 0.04 0 0.56 0.10 64.22 0.72 0.65
Hex DD E6 66 4 0 38 A 40 48 41
Octal 335 346 146 4 0 70 12 100 110 101
Binary 11011101 11100110 1100110 100 0 111000 1010 1000000 1001000 1000001

Color Harmonies of #DDE666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE666

Black with #DDE666

Text Example


Text Example

White with #DDE666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE666; }

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

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

background-color css

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

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

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

border-color css

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

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

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