Html Css Color HEX #DDF972 Mindaro

📋 copy color: '#DDF972'

red 221 ◦ green 249 ◦ blue 114

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

Shades of Mindaro #DDF972

Tints of Mindaro #DDF972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.52%

R = 37.84%
G = 42.64%
B = 19.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DDF972 (or 0xDDF972) is known color: Mindaro. HEX triplet: DD, F9 and 72. RGB value is (221,249,114). Sum of RGB (Red+Green+Blue) = 221+249+114=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF972 is #22068D. Grayscale: #E1E1E1. Windows color (decimal): -2229902 or 7535069. OLE color: 7535069.

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

Color convert

RGB 221 249 114 -
CMYK 0.11 0 0.54 0.02
HSL 72.44º 0.92% 0.71% -
HSV(B) 72.44º 0.54% 0.98% -
XYZ 66.73 84.34 28.68 -
YUV 225.24 65.22 124.98 -
System Red Green Blue C M Y K H S L
Decimal 221 249 114 0.11 0 0.54 0.02 72.44 0.92 0.71
Hex DD F9 72 B 0 36 2 48 5C 47
Octal 335 371 162 13 0 66 2 110 134 107
Binary 11011101 11111001 1110010 1011 0 110110 10 1001000 1011100 1000111

Color Harmonies of #DDF972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF972

Black with #DDF972

Text Example


Text Example

White with #DDF972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF972; }

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

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

background-color css

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

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

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

border-color css

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

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

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