Html Css Color HEX #DDED6E Mindaro

📋 copy color: '#DDED6E'

red 221 ◦ green 237 ◦ blue 110

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

Shades of Mindaro #DDED6E

Tints of Mindaro #DDED6E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.73%

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

R = 38.91%
G = 41.73%
B = 19.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#DDED6E (or 0xDDED6E) is known color: Mindaro. HEX triplet: DD, ED and 6E. RGB value is (221,237,110). Sum of RGB (Red+Green+Blue) = 221+237+110=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED6E is #221291. Grayscale: #DADADA. Windows color (decimal): -2232978 or 7269853. OLE color: 7269853.

HSL color Cylindrical-coordinate representation of color #DDED6E: hue angle of 67.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDED6E is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 110 -
CMYK 0.07 0 0.54 0.07
HSL 67.56º 0.78% 0.68% -
HSV(B) 67.56º 0.54% 0.93% -
XYZ 62.92 77.07 26.31 -
YUV 217.74 67.2 130.33 -
System Red Green Blue C M Y K H S L
Decimal 221 237 110 0.07 0 0.54 0.07 67.56 0.78 0.68
Hex DD ED 6E 7 0 36 7 44 4E 44
Octal 335 355 156 7 0 66 7 104 116 104
Binary 11011101 11101101 1101110 111 0 110110 111 1000100 1001110 1000100

Color Harmonies of #DDED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED6E

Black with #DDED6E

Text Example


Text Example

White with #DDED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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