Html Css Color HEX #DDF066 Mindaro

📋 copy color: '#DDF066'

red 221 ◦ green 240 ◦ blue 102

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

Shades of Mindaro #DDF066

Tints of Mindaro #DDF066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.12%

R = 39.25%
G = 42.63%
B = 18.12%

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

#DDF066 (or 0xDDF066) is known color: Mindaro. HEX triplet: DD, F0 and 66. RGB value is (221,240,102). Sum of RGB (Red+Green+Blue) = 221+240+102=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF066 is #220F99. Grayscale: #DBDBDB. Windows color (decimal): -2232218 or 6746333. OLE color: 6746333.

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

Color convert

RGB 221 240 102 -
CMYK 0.08 0 0.58 0.06
HSL 68.26º 0.82% 0.67% -
HSV(B) 68.26º 0.58% 0.94% -
XYZ 63.38 78.65 24.41 -
YUV 218.59 62.21 129.72 -
System Red Green Blue C M Y K H S L
Decimal 221 240 102 0.08 0 0.58 0.06 68.26 0.82 0.67
Hex DD F0 66 8 0 3A 6 44 52 43
Octal 335 360 146 10 0 72 6 104 122 103
Binary 11011101 11110000 1100110 1000 0 111010 110 1000100 1010010 1000011

Color Harmonies of #DDF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF066

Black with #DDF066

Text Example


Text Example

White with #DDF066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF066; }

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

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

background-color css

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

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

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

border-color css

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

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

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