Html Css Color HEX #DDE677 Mindaro

📋 copy color: '#DDE677'

red 221 ◦ green 230 ◦ blue 119

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

Shades of Mindaro #DDE677

Tints of Mindaro #DDE677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.88%

R = 38.77%
G = 40.35%
B = 20.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#DDE677 (or 0xDDE677) is known color: Mindaro. HEX triplet: DD, E6 and 77. RGB value is (221,230,119). Sum of RGB (Red+Green+Blue) = 221+230+119=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE677 is #221988. Grayscale: #D7D7D7. Windows color (decimal): -2234761 or 7857885. OLE color: 7857885.

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

Color convert

RGB 221 230 119 -
CMYK 0.04 0 0.48 0.10
HSL 64.86º 0.69% 0.68% -
HSV(B) 64.86º 0.48% 0.9% -
XYZ 61.45 73.3 28.36 -
YUV 214.66 74.02 132.53 -
System Red Green Blue C M Y K H S L
Decimal 221 230 119 0.04 0 0.48 0.10 64.86 0.69 0.68
Hex DD E6 77 4 0 30 A 41 45 44
Octal 335 346 167 4 0 60 12 101 105 104
Binary 11011101 11100110 1110111 100 0 110000 1010 1000001 1000101 1000100

Color Harmonies of #DDE677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE677

Black with #DDE677

Text Example


Text Example

White with #DDE677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE677; }

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

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

background-color css

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

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

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

border-color css

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

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

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