Html Css Color HEX #DDED6D Mindaro

📋 copy color: '#DDED6D'

red 221 ◦ green 237 ◦ blue 109

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

Shades of Mindaro #DDED6D

Tints of Mindaro #DDED6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.22%

R = 38.98%
G = 41.8%
B = 19.22%

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

#DDED6D (or 0xDDED6D) is known color: Mindaro. HEX triplet: DD, ED and 6D. RGB value is (221,237,109). Sum of RGB (Red+Green+Blue) = 221+237+109=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED6D is #221292. Grayscale: #DADADA. Windows color (decimal): -2232979 or 7204317. OLE color: 7204317.

HSL color Cylindrical-coordinate representation of color #DDED6D: hue angle of 67.5º 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 #DDED6D is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 109 -
CMYK 0.07 0 0.54 0.07
HSL 67.5º 0.78% 0.68% -
HSV(B) 67.5º 0.54% 0.93% -
XYZ 62.86 77.04 26.03 -
YUV 217.62 66.7 130.41 -
System Red Green Blue C M Y K H S L
Decimal 221 237 109 0.07 0 0.54 0.07 67.5 0.78 0.68
Hex DD ED 6D 7 0 36 7 44 4E 44
Octal 335 355 155 7 0 66 7 104 116 104
Binary 11011101 11101101 1101101 111 0 110110 111 1000100 1001110 1000100

Color Harmonies of #DDED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED6D

Black with #DDED6D

Text Example


Text Example

White with #DDED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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