Html Css Color HEX #DDF971 Mindaro

📋 copy color: '#DDF971'

red 221 ◦ green 249 ◦ blue 113

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

Shades of Mindaro #DDF971

Tints of Mindaro #DDF971

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.71%

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

R = 37.91%
G = 42.71%
B = 19.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DDF971 (or 0xDDF971) is known color: Mindaro. HEX triplet: DD, F9 and 71. RGB value is (221,249,113). Sum of RGB (Red+Green+Blue) = 221+249+113=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF971 is #22068E. Grayscale: #E1E1E1. Windows color (decimal): -2229903 or 7469533. OLE color: 7469533.

HSL color Cylindrical-coordinate representation of color #DDF971: hue angle of 72.35º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDF971 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 113 -
CMYK 0.11 0 0.55 0.02
HSL 72.35º 0.92% 0.71% -
HSV(B) 72.35º 0.55% 0.98% -
XYZ 66.68 84.32 28.38 -
YUV 225.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 221 249 113 0.11 0 0.55 0.02 72.35 0.92 0.71
Hex DD F9 71 B 0 37 2 48 5C 47
Octal 335 371 161 13 0 67 2 110 134 107
Binary 11011101 11111001 1110001 1011 0 110111 10 1001000 1011100 1000111

Color Harmonies of #DDF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF971

Black with #DDF971

Text Example


Text Example

White with #DDF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF971; }

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

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

background-color css

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

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

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

border-color css

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

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

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