Html Css Color HEX #DDEA83 Mindaro

📋 copy color: '#DDEA83'

red 221 ◦ green 234 ◦ blue 131

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

Shades of Mindaro #DDEA83

Tints of Mindaro #DDEA83

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.93%

 BLUE value IS 131 (51.56% from 255) = 22.35%

R = 37.71%
G = 39.93%
B = 22.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#DDEA83 (or 0xDDEA83) is known color: Mindaro. HEX triplet: DD, EA and 83. RGB value is (221,234,131). Sum of RGB (Red+Green+Blue) = 221+234+131=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEA83 is #22157C. Grayscale: #DADADA. Windows color (decimal): -2233725 or 8645341. OLE color: 8645341.

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

Color convert

RGB 221 234 131 -
CMYK 0.06 0 0.44 0.08
HSL 67.57º 0.71% 0.72% -
HSV(B) 67.57º 0.44% 0.92% -
XYZ 63.34 75.86 32.78 -
YUV 218.37 78.69 129.88 -
System Red Green Blue C M Y K H S L
Decimal 221 234 131 0.06 0 0.44 0.08 67.57 0.71 0.72
Hex DD EA 83 6 0 2C 8 44 47 48
Octal 335 352 203 6 0 54 10 104 107 110
Binary 11011101 11101010 10000011 110 0 101100 1000 1000100 1000111 1001000

Color Harmonies of #DDEA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA83

Black with #DDEA83

Text Example


Text Example

White with #DDEA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA83; }

 p { color: rgb(221,234,131); }

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

background-color css

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

 a { background-color: rgb(221,234,131); }

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

border-color css

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

 span { border-color: rgb(221,234,131); }

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