Html Css Color HEX #DDF063 Mindaro

📋 copy color: '#DDF063'

red 221 ◦ green 240 ◦ blue 99

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

Shades of Mindaro #DDF063

Tints of Mindaro #DDF063

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.86%

 BLUE value IS 99 (39.06% from 255) = 17.68%

R = 39.46%
G = 42.86%
B = 17.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#DDF063 (or 0xDDF063) is known color: Mindaro. HEX triplet: DD, F0 and 63. RGB value is (221,240,99). Sum of RGB (Red+Green+Blue) = 221+240+99=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 99 (39.06% from 255 or 17.68% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF063 is #220F9C. Grayscale: #DADADA. Windows color (decimal): -2232221 or 6549725. OLE color: 6549725.

HSL color Cylindrical-coordinate representation of color #DDF063: hue angle of 68.09º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDF063 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 99 -
CMYK 0.08 0 0.59 0.06
HSL 68.09º 0.82% 0.66% -
HSV(B) 68.09º 0.59% 0.94% -
XYZ 63.23 78.59 23.64 -
YUV 218.25 60.71 129.96 -
System Red Green Blue C M Y K H S L
Decimal 221 240 99 0.08 0 0.59 0.06 68.09 0.82 0.66
Hex DD F0 63 8 0 3B 6 44 52 42
Octal 335 360 143 10 0 73 6 104 122 102
Binary 11011101 11110000 1100011 1000 0 111011 110 1000100 1010010 1000010

Color Harmonies of #DDF063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF063

Black with #DDF063

Text Example


Text Example

White with #DDF063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF063; }

 p { color: rgb(221,240,99); }

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

background-color css

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

 a { background-color: rgb(221,240,99); }

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

border-color css

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

 span { border-color: rgb(221,240,99); }

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