Html Css Color HEX #DDF977 Mindaro

📋 copy color: '#DDF977'

red 221 ◦ green 249 ◦ blue 119

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

Shades of Mindaro #DDF977

Tints of Mindaro #DDF977

RGB

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

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

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

R = 37.52%
G = 42.28%
B = 20.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#DDF977 (or 0xDDF977) is known color: Mindaro. HEX triplet: DD, F9 and 77. RGB value is (221,249,119). Sum of RGB (Red+Green+Blue) = 221+249+119=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF977 is #220688. Grayscale: #E2E2E2. Windows color (decimal): -2229897 or 7862749. OLE color: 7862749.

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

Color convert

RGB 221 249 119 -
CMYK 0.11 0 0.52 0.02
HSL 72.92º 0.92% 0.72% -
HSV(B) 72.92º 0.52% 0.98% -
XYZ 67.02 84.46 30.22 -
YUV 225.81 67.72 124.57 -
System Red Green Blue C M Y K H S L
Decimal 221 249 119 0.11 0 0.52 0.02 72.92 0.92 0.72
Hex DD F9 77 B 0 34 2 49 5C 48
Octal 335 371 167 13 0 64 2 111 134 110
Binary 11011101 11111001 1110111 1011 0 110100 10 1001001 1011100 1001000

Color Harmonies of #DDF977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF977

Black with #DDF977

Text Example


Text Example

White with #DDF977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF977; }

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

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

background-color css

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

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

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

border-color css

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

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

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