Html Css Color HEX #DDF667 Mindaro

📋 copy color: '#DDF667'

red 221 ◦ green 246 ◦ blue 103

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

Shades of Mindaro #DDF667

Tints of Mindaro #DDF667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.07%

R = 38.77%
G = 43.16%
B = 18.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#DDF667 (or 0xDDF667) is known color: Mindaro. HEX triplet: DD, F6 and 67. RGB value is (221,246,103). Sum of RGB (Red+Green+Blue) = 221+246+103=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 103 (40.62% from 255 or 18.07% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF667 is #220998. Grayscale: #DEDEDE. Windows color (decimal): -2230681 or 6813405. OLE color: 6813405.

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

Color convert

RGB 221 246 103 -
CMYK 0.10 0 0.58 0.04
HSL 70.49º 0.89% 0.68% -
HSV(B) 70.49º 0.58% 0.96% -
XYZ 65.22 82.26 25.27 -
YUV 222.22 60.72 127.13 -
System Red Green Blue C M Y K H S L
Decimal 221 246 103 0.10 0 0.58 0.04 70.49 0.89 0.68
Hex DD F6 67 A 0 3A 4 46 59 44
Octal 335 366 147 12 0 72 4 106 131 104
Binary 11011101 11110110 1100111 1010 0 111010 100 1000110 1011001 1000100

Color Harmonies of #DDF667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF667

Black with #DDF667

Text Example


Text Example

White with #DDF667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF667; }

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

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

background-color css

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

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

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

border-color css

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

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

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