Html Css Color HEX #DDEA66 Mindaro

📋 copy color: '#DDEA66'

red 221 ◦ green 234 ◦ blue 102

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

Shades of Mindaro #DDEA66

Tints of Mindaro #DDEA66

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.01%

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

R = 39.68%
G = 42.01%
B = 18.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#DDEA66 (or 0xDDEA66) is known color: Mindaro. HEX triplet: DD, EA and 66. RGB value is (221,234,102). Sum of RGB (Red+Green+Blue) = 221+234+102=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA66 is #221599. Grayscale: #D7D7D7. Windows color (decimal): -2233754 or 6744797. OLE color: 6744797.

HSL color Cylindrical-coordinate representation of color #DDEA66: hue angle of 65.91º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDEA66 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 102 -
CMYK 0.06 0 0.56 0.08
HSL 65.91º 0.76% 0.66% -
HSV(B) 65.91º 0.56% 0.92% -
XYZ 61.64 75.18 23.83 -
YUV 215.07 64.19 132.23 -
System Red Green Blue C M Y K H S L
Decimal 221 234 102 0.06 0 0.56 0.08 65.91 0.76 0.66
Hex DD EA 66 6 0 38 8 42 4C 42
Octal 335 352 146 6 0 70 10 102 114 102
Binary 11011101 11101010 1100110 110 0 111000 1000 1000010 1001100 1000010

Color Harmonies of #DDEA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA66

Black with #DDEA66

Text Example


Text Example

White with #DDEA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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