Html Css Color HEX #DDED81 Mindaro

📋 copy color: '#DDED81'

red 221 ◦ green 237 ◦ blue 129

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

Shades of Mindaro #DDED81

Tints of Mindaro #DDED81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.98%

R = 37.65%
G = 40.37%
B = 21.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#DDED81 (or 0xDDED81) is known color: Mindaro. HEX triplet: DD, ED and 81. RGB value is (221,237,129). Sum of RGB (Red+Green+Blue) = 221+237+129=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 129 (50.78% from 255 or 21.98% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDED81 is #22127E. Grayscale: #DCDCDC. Windows color (decimal): -2232959 or 8515037. OLE color: 8515037.

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

Color convert

RGB 221 237 129 -
CMYK 0.07 0 0.46 0.07
HSL 68.89º 0.75% 0.72% -
HSV(B) 68.89º 0.46% 0.93% -
XYZ 64.07 77.53 32.36 -
YUV 219.9 76.7 128.78 -
System Red Green Blue C M Y K H S L
Decimal 221 237 129 0.07 0 0.46 0.07 68.89 0.75 0.72
Hex DD ED 81 7 0 2E 7 45 4B 48
Octal 335 355 201 7 0 56 7 105 113 110
Binary 11011101 11101101 10000001 111 0 101110 111 1000101 1001011 1001000

Color Harmonies of #DDED81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED81

Black with #DDED81

Text Example


Text Example

White with #DDED81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED81; }

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

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

background-color css

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

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

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

border-color css

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

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

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