Html Css Color HEX #DDF369 Mindaro

📋 copy color: '#DDF369'

red 221 ◦ green 243 ◦ blue 105

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

Shades of Mindaro #DDF369

Tints of Mindaro #DDF369

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.71%

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

R = 38.84%
G = 42.71%
B = 18.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DDF369 (or 0xDDF369) is known color: Mindaro. HEX triplet: DD, F3 and 69. RGB value is (221,243,105). Sum of RGB (Red+Green+Blue) = 221+243+105=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 105 (41.41% from 255 or 18.45% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF369 is #220C96. Grayscale: #DDDDDD. Windows color (decimal): -2231447 or 6943709. OLE color: 6943709.

HSL color Cylindrical-coordinate representation of color #DDF369: hue angle of 69.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDF369 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 105 -
CMYK 0.09 0 0.57 0.05
HSL 69.57º 0.85% 0.68% -
HSV(B) 69.57º 0.57% 0.95% -
XYZ 64.42 80.49 25.51 -
YUV 220.69 62.71 128.22 -
System Red Green Blue C M Y K H S L
Decimal 221 243 105 0.09 0 0.57 0.05 69.57 0.85 0.68
Hex DD F3 69 9 0 39 5 46 55 44
Octal 335 363 151 11 0 71 5 106 125 104
Binary 11011101 11110011 1101001 1001 0 111001 101 1000110 1010101 1000100

Color Harmonies of #DDF369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF369

Black with #DDF369

Text Example


Text Example

White with #DDF369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF369; }

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

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

background-color css

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

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

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

border-color css

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

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

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