Html Css Color HEX #DDF065 Mindaro

📋 copy color: '#DDF065'

red 221 ◦ green 240 ◦ blue 101

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

Shades of Mindaro #DDF065

Tints of Mindaro #DDF065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.97%

R = 39.32%
G = 42.7%
B = 17.97%

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

#DDF065 (or 0xDDF065) is known color: Mindaro. HEX triplet: DD, F0 and 65. RGB value is (221,240,101). Sum of RGB (Red+Green+Blue) = 221+240+101=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 101 (39.84% from 255 or 17.97% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF065 is #220F9A. Grayscale: #DBDBDB. Windows color (decimal): -2232219 or 6680797. OLE color: 6680797.

HSL color Cylindrical-coordinate representation of color #DDF065: hue angle of 68.2º 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 #DDF065 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 101 -
CMYK 0.08 0 0.58 0.06
HSL 68.2º 0.82% 0.67% -
HSV(B) 68.2º 0.58% 0.94% -
XYZ 63.33 78.63 24.15 -
YUV 218.47 61.71 129.8 -
System Red Green Blue C M Y K H S L
Decimal 221 240 101 0.08 0 0.58 0.06 68.2 0.82 0.67
Hex DD F0 65 8 0 3A 6 44 52 43
Octal 335 360 145 10 0 72 6 104 122 103
Binary 11011101 11110000 1100101 1000 0 111010 110 1000100 1010010 1000011

Color Harmonies of #DDF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF065

Black with #DDF065

Text Example


Text Example

White with #DDF065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF065; }

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

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

background-color css

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

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

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

border-color css

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

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

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