Html Css Color HEX #DDF669 Mindaro

📋 copy color: '#DDF669'

red 221 ◦ green 246 ◦ blue 105

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

Shades of Mindaro #DDF669

Tints of Mindaro #DDF669

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.01%

 BLUE value IS 105 (41.41% from 255) = 18.36%

R = 38.64%
G = 43.01%
B = 18.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#DDF669 (or 0xDDF669) is known color: Mindaro. HEX triplet: DD, F6 and 69. RGB value is (221,246,105). Sum of RGB (Red+Green+Blue) = 221+246+105=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 105 (41.41% from 255 or 18.36% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF669 is #220996. Grayscale: #DEDEDE. Windows color (decimal): -2230679 or 6944477. OLE color: 6944477.

HSL color Cylindrical-coordinate representation of color #DDF669: hue angle of 70.64º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDF669 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 105 -
CMYK 0.10 0 0.57 0.04
HSL 70.64º 0.89% 0.69% -
HSV(B) 70.64º 0.57% 0.96% -
XYZ 65.32 82.3 25.81 -
YUV 222.45 61.72 126.96 -
System Red Green Blue C M Y K H S L
Decimal 221 246 105 0.10 0 0.57 0.04 70.64 0.89 0.69
Hex DD F6 69 A 0 39 4 47 59 45
Octal 335 366 151 12 0 71 4 107 131 105
Binary 11011101 11110110 1101001 1010 0 111001 100 1000111 1011001 1000101

Color Harmonies of #DDF669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF669

Black with #DDF669

Text Example


Text Example

White with #DDF669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF669; }

 p { color: rgb(221,246,105); }

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

background-color css

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

 a { background-color: rgb(221,246,105); }

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

border-color css

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

 span { border-color: rgb(221,246,105); }

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