Html Css Color HEX #DDEB6E Mindaro

📋 copy color: '#DDEB6E'

red 221 ◦ green 235 ◦ blue 110

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

Shades of Mindaro #DDEB6E

Tints of Mindaro #DDEB6E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.52%

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

R = 39.05%
G = 41.52%
B = 19.43%

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

#DDEB6E (or 0xDDEB6E) is known color: Mindaro. HEX triplet: DD, EB and 6E. RGB value is (221,235,110). Sum of RGB (Red+Green+Blue) = 221+235+110=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEB6E is #221491. Grayscale: #D9D9D9. Windows color (decimal): -2233490 or 7269341. OLE color: 7269341.

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

Color convert

RGB 221 235 110 -
CMYK 0.06 0 0.53 0.08
HSL 66.72º 0.76% 0.68% -
HSV(B) 66.72º 0.53% 0.92% -
XYZ 62.34 75.91 26.12 -
YUV 216.56 67.86 131.16 -
System Red Green Blue C M Y K H S L
Decimal 221 235 110 0.06 0 0.53 0.08 66.72 0.76 0.68
Hex DD EB 6E 6 0 35 8 43 4C 44
Octal 335 353 156 6 0 65 10 103 114 104
Binary 11011101 11101011 1101110 110 0 110101 1000 1000011 1001100 1000100

Color Harmonies of #DDEB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEB6E

Black with #DDEB6E

Text Example


Text Example

White with #DDEB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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