Html Css Color HEX #DDE866 Mindaro

📋 copy color: '#DDE866'

red 221 ◦ green 232 ◦ blue 102

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

Shades of Mindaro #DDE866

Tints of Mindaro #DDE866

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.8%

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

R = 39.82%
G = 41.8%
B = 18.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#DDE866 (or 0xDDE866) is known color: Mindaro. HEX triplet: DD, E8 and 66. RGB value is (221,232,102). Sum of RGB (Red+Green+Blue) = 221+232+102=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE866 is #221799. Grayscale: #D6D6D6. Windows color (decimal): -2234266 or 6744285. OLE color: 6744285.

HSL color Cylindrical-coordinate representation of color #DDE866: hue angle of 65.08º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDE866 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 232 102 -
CMYK 0.05 0 0.56 0.09
HSL 65.08º 0.74% 0.65% -
HSV(B) 65.08º 0.56% 0.91% -
XYZ 61.07 74.04 23.64 -
YUV 213.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 221 232 102 0.05 0 0.56 0.09 65.08 0.74 0.65
Hex DD E8 66 5 0 38 9 41 4A 41
Octal 335 350 146 5 0 70 11 101 112 101
Binary 11011101 11101000 1100110 101 0 111000 1001 1000001 1001010 1000001

Color Harmonies of #DDE866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE866

Black with #DDE866

Text Example


Text Example

White with #DDE866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE866; }

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

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

background-color css

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

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

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

border-color css

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

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

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