Html Css Color HEX #DDE971 Mindaro

📋 copy color: '#DDE971'

red 221 ◦ green 233 ◦ blue 113

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

Shades of Mindaro #DDE971

Tints of Mindaro #DDE971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.93%

R = 38.98%
G = 41.09%
B = 19.93%

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

#DDE971 (or 0xDDE971) is known color: Mindaro. HEX triplet: DD, E9 and 71. RGB value is (221,233,113). Sum of RGB (Red+Green+Blue) = 221+233+113=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE971 is #22168E. Grayscale: #D8D8D8. Windows color (decimal): -2233999 or 7465437. OLE color: 7465437.

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

Color convert

RGB 221 233 113 -
CMYK 0.05 0 0.52 0.09
HSL 66º 0.73% 0.68% -
HSV(B) 66º 0.52% 0.91% -
XYZ 61.94 74.84 26.8 -
YUV 215.73 70.02 131.76 -
System Red Green Blue C M Y K H S L
Decimal 221 233 113 0.05 0 0.52 0.09 66 0.73 0.68
Hex DD E9 71 5 0 34 9 42 49 44
Octal 335 351 161 5 0 64 11 102 111 104
Binary 11011101 11101001 1110001 101 0 110100 1001 1000010 1001001 1000100

Color Harmonies of #DDE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE971

Black with #DDE971

Text Example


Text Example

White with #DDE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE971; }

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

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

background-color css

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

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

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

border-color css

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

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

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