Html Css Color HEX #DDED85 Mindaro

📋 copy color: '#DDED85'

red 221 ◦ green 237 ◦ blue 133

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

Shades of Mindaro #DDED85

Tints of Mindaro #DDED85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.5%

R = 37.39%
G = 40.1%
B = 22.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#DDED85 (or 0xDDED85) is known color: Mindaro. HEX triplet: DD, ED and 85. RGB value is (221,237,133). Sum of RGB (Red+Green+Blue) = 221+237+133=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDED85 is #22127A. Grayscale: #DCDCDC. Windows color (decimal): -2232955 or 8777181. OLE color: 8777181.

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

Color convert

RGB 221 237 133 -
CMYK 0.07 0 0.44 0.07
HSL 69.23º 0.74% 0.73% -
HSV(B) 69.23º 0.44% 0.93% -
XYZ 64.34 77.63 33.78 -
YUV 220.36 78.7 128.46 -
System Red Green Blue C M Y K H S L
Decimal 221 237 133 0.07 0 0.44 0.07 69.23 0.74 0.73
Hex DD ED 85 7 0 2C 7 45 4A 49
Octal 335 355 205 7 0 54 7 105 112 111
Binary 11011101 11101101 10000101 111 0 101100 111 1000101 1001010 1001001

Color Harmonies of #DDED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED85

Black with #DDED85

Text Example


Text Example

White with #DDED85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED85; }

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

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

background-color css

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

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

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

border-color css

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

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

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