Html Css Color HEX #DDE870 Mindaro

📋 copy color: '#DDE870'

red 221 ◦ green 232 ◦ blue 112

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

Shades of Mindaro #DDE870

Tints of Mindaro #DDE870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.82%

R = 39.12%
G = 41.06%
B = 19.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#DDE870 (or 0xDDE870) is known color: Mindaro. HEX triplet: DD, E8 and 70. RGB value is (221,232,112). Sum of RGB (Red+Green+Blue) = 221+232+112=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE870 is #22178F. Grayscale: #D7D7D7. Windows color (decimal): -2234256 or 7399645. OLE color: 7399645.

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

Color convert

RGB 221 232 112 -
CMYK 0.05 0 0.52 0.09
HSL 65.5º 0.72% 0.67% -
HSV(B) 65.5º 0.52% 0.91% -
XYZ 61.6 74.26 26.42 -
YUV 215.03 69.86 132.26 -
System Red Green Blue C M Y K H S L
Decimal 221 232 112 0.05 0 0.52 0.09 65.5 0.72 0.67
Hex DD E8 70 5 0 34 9 42 48 43
Octal 335 350 160 5 0 64 11 102 110 103
Binary 11011101 11101000 1110000 101 0 110100 1001 1000010 1001000 1000011

Color Harmonies of #DDE870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE870

Black with #DDE870

Text Example


Text Example

White with #DDE870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE870; }

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

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

background-color css

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

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

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

border-color css

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

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

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