Html Css Color HEX #DDE57C Mindaro

📋 copy color: '#DDE57C'

red 221 ◦ green 229 ◦ blue 124

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

Shades of Mindaro #DDE57C

Tints of Mindaro #DDE57C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.9%

 BLUE value IS 124 (48.83% from 255) = 21.6%

R = 38.5%
G = 39.9%
B = 21.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#DDE57C (or 0xDDE57C) is known color: Mindaro. HEX triplet: DD, E5 and 7C. RGB value is (221,229,124). Sum of RGB (Red+Green+Blue) = 221+229+124=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE57C is #221A83. Grayscale: #D7D7D7. Windows color (decimal): -2235012 or 8185309. OLE color: 8185309.

HSL color Cylindrical-coordinate representation of color #DDE57C: hue angle of 64.57º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDE57C is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 124 -
CMYK 0.03 0 0.46 0.10
HSL 64.57º 0.67% 0.69% -
HSV(B) 64.57º 0.46% 0.9% -
XYZ 61.48 72.87 29.89 -
YUV 214.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 221 229 124 0.03 0 0.46 0.10 64.57 0.67 0.69
Hex DD E5 7C 3 0 2E A 41 43 45
Octal 335 345 174 3 0 56 12 101 103 105
Binary 11011101 11100101 1111100 11 0 101110 1010 1000001 1000011 1000101

Color Harmonies of #DDE57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE57C

Black with #DDE57C

Text Example


Text Example

White with #DDE57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE57C; }

 p { color: rgb(221,229,124); }

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

background-color css

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

 a { background-color: rgb(221,229,124); }

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

border-color css

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

 span { border-color: rgb(221,229,124); }

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