Html Css Color HEX #DDEA6E Mindaro

📋 copy color: '#DDEA6E'

red 221 ◦ green 234 ◦ blue 110

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

Shades of Mindaro #DDEA6E

Tints of Mindaro #DDEA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.47%

R = 39.12%
G = 41.42%
B = 19.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#DDEA6E (or 0xDDEA6E) is known color: Mindaro. HEX triplet: DD, EA and 6E. RGB value is (221,234,110). Sum of RGB (Red+Green+Blue) = 221+234+110=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA6E is #221591. Grayscale: #D8D8D8. Windows color (decimal): -2233746 or 7269085. OLE color: 7269085.

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

Color convert

RGB 221 234 110 -
CMYK 0.06 0 0.53 0.08
HSL 66.29º 0.75% 0.67% -
HSV(B) 66.29º 0.53% 0.92% -
XYZ 62.06 75.34 26.02 -
YUV 215.98 68.19 131.58 -
System Red Green Blue C M Y K H S L
Decimal 221 234 110 0.06 0 0.53 0.08 66.29 0.75 0.67
Hex DD EA 6E 6 0 35 8 42 4B 43
Octal 335 352 156 6 0 65 10 102 113 103
Binary 11011101 11101010 1101110 110 0 110101 1000 1000010 1001011 1000011

Color Harmonies of #DDEA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA6E

Black with #DDEA6E

Text Example


Text Example

White with #DDEA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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