Html Css Color HEX #DDE76A Mindaro

📋 copy color: '#DDE76A'

red 221 ◦ green 231 ◦ blue 106

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

Shades of Mindaro #DDE76A

Tints of Mindaro #DDE76A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.4%

 BLUE value IS 106 (41.8% from 255) = 19%

R = 39.61%
G = 41.4%
B = 19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#DDE76A (or 0xDDE76A) is known color: Mindaro. HEX triplet: DD, E7 and 6A. RGB value is (221,231,106). Sum of RGB (Red+Green+Blue) = 221+231+106=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 106 (41.80% from 255 or 19.00% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE76A is #221895. Grayscale: #D6D6D6. Windows color (decimal): -2234518 or 7006173. OLE color: 7006173.

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

Color convert

RGB 221 231 106 -
CMYK 0.04 0 0.54 0.09
HSL 64.8º 0.72% 0.66% -
HSV(B) 64.8º 0.54% 0.91% -
XYZ 61 73.56 24.62 -
YUV 213.76 67.19 133.16 -
System Red Green Blue C M Y K H S L
Decimal 221 231 106 0.04 0 0.54 0.09 64.8 0.72 0.66
Hex DD E7 6A 4 0 36 9 41 48 42
Octal 335 347 152 4 0 66 11 101 110 102
Binary 11011101 11100111 1101010 100 0 110110 1001 1000001 1001000 1000010

Color Harmonies of #DDE76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE76A

Black with #DDE76A

Text Example


Text Example

White with #DDE76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE76A; }

 p { color: rgb(221,231,106); }

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

background-color css

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

 a { background-color: rgb(221,231,106); }

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

border-color css

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

 span { border-color: rgb(221,231,106); }

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