Html Css Color HEX #DDE981 Mindaro

📋 copy color: '#DDE981'

red 221 ◦ green 233 ◦ blue 129

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

Shades of Mindaro #DDE981

Tints of Mindaro #DDE981

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.97%

 BLUE value IS 129 (50.78% from 255) = 22.13%

R = 37.91%
G = 39.97%
B = 22.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#DDE981 (or 0xDDE981) is known color: Mindaro. HEX triplet: DD, E9 and 81. RGB value is (221,233,129). Sum of RGB (Red+Green+Blue) = 221+233+129=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE981 is #22167E. Grayscale: #D9D9D9. Windows color (decimal): -2233983 or 8514013. OLE color: 8514013.

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

Color convert

RGB 221 233 129 -
CMYK 0.05 0 0.45 0.09
HSL 66.92º 0.7% 0.71% -
HSV(B) 66.92º 0.45% 0.91% -
XYZ 62.92 75.23 31.97 -
YUV 217.56 78.02 130.46 -
System Red Green Blue C M Y K H S L
Decimal 221 233 129 0.05 0 0.45 0.09 66.92 0.7 0.71
Hex DD E9 81 5 0 2D 9 43 46 47
Octal 335 351 201 5 0 55 11 103 106 107
Binary 11011101 11101001 10000001 101 0 101101 1001 1000011 1000110 1000111

Color Harmonies of #DDE981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE981

Black with #DDE981

Text Example


Text Example

White with #DDE981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE981; }

 p { color: rgb(221,233,129); }

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

background-color css

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

 a { background-color: rgb(221,233,129); }

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

border-color css

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

 span { border-color: rgb(221,233,129); }

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