Html Css Color HEX #DDF973 Mindaro

📋 copy color: '#DDF973'

red 221 ◦ green 249 ◦ blue 115

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

Shades of Mindaro #DDF973

Tints of Mindaro #DDF973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.66%

R = 37.78%
G = 42.56%
B = 19.66%

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

#DDF973 (or 0xDDF973) is known color: Mindaro. HEX triplet: DD, F9 and 73. RGB value is (221,249,115). Sum of RGB (Red+Green+Blue) = 221+249+115=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 115 (45.31% from 255 or 19.66% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF973 is #22068C. Grayscale: #E1E1E1. Windows color (decimal): -2229901 or 7600605. OLE color: 7600605.

HSL color Cylindrical-coordinate representation of color #DDF973: hue angle of 72.54º 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 #DDF973 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 115 -
CMYK 0.11 0 0.54 0.02
HSL 72.54º 0.92% 0.71% -
HSV(B) 72.54º 0.54% 0.98% -
XYZ 66.79 84.36 28.98 -
YUV 225.35 65.72 124.9 -
System Red Green Blue C M Y K H S L
Decimal 221 249 115 0.11 0 0.54 0.02 72.54 0.92 0.71
Hex DD F9 73 B 0 36 2 49 5C 47
Octal 335 371 163 13 0 66 2 111 134 107
Binary 11011101 11111001 1110011 1011 0 110110 10 1001001 1011100 1000111

Color Harmonies of #DDF973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF973

Black with #DDF973

Text Example


Text Example

White with #DDF973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF973; }

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

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

background-color css

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

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

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

border-color css

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

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

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