Html Css Color HEX #DDF064 Mindaro

📋 copy color: '#DDF064'

red 221 ◦ green 240 ◦ blue 100

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

Shades of Mindaro #DDF064

Tints of Mindaro #DDF064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.83%

R = 39.39%
G = 42.78%
B = 17.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#DDF064 (or 0xDDF064) is known color: Mindaro. HEX triplet: DD, F0 and 64. RGB value is (221,240,100). Sum of RGB (Red+Green+Blue) = 221+240+100=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF064 is #220F9B. Grayscale: #DADADA. Windows color (decimal): -2232220 or 6615261. OLE color: 6615261.

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

Color convert

RGB 221 240 100 -
CMYK 0.08 0 0.58 0.06
HSL 68.14º 0.82% 0.67% -
HSV(B) 68.14º 0.58% 0.94% -
XYZ 63.28 78.61 23.9 -
YUV 218.36 61.21 129.88 -
System Red Green Blue C M Y K H S L
Decimal 221 240 100 0.08 0 0.58 0.06 68.14 0.82 0.67
Hex DD F0 64 8 0 3A 6 44 52 43
Octal 335 360 144 10 0 72 6 104 122 103
Binary 11011101 11110000 1100100 1000 0 111010 110 1000100 1010010 1000011

Color Harmonies of #DDF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF064

Black with #DDF064

Text Example


Text Example

White with #DDF064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF064; }

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

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

background-color css

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

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

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

border-color css

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

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

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