Html Css Color HEX #DDE57D Mindaro

📋 copy color: '#DDE57D'

red 221 ◦ green 229 ◦ blue 125

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

Shades of Mindaro #DDE57D

Tints of Mindaro #DDE57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.74%

R = 38.43%
G = 39.83%
B = 21.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#DDE57D (or 0xDDE57D) is known color: Mindaro. HEX triplet: DD, E5 and 7D. RGB value is (221,229,125). Sum of RGB (Red+Green+Blue) = 221+229+125=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE57D is #221A82. Grayscale: #D7D7D7. Windows color (decimal): -2235011 or 8250845. OLE color: 8250845.

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

Color convert

RGB 221 229 125 -
CMYK 0.03 0 0.45 0.10
HSL 64.62º 0.67% 0.69% -
HSV(B) 64.62º 0.45% 0.9% -
XYZ 61.54 72.89 30.23 -
YUV 214.75 77.35 132.46 -
System Red Green Blue C M Y K H S L
Decimal 221 229 125 0.03 0 0.45 0.10 64.62 0.67 0.69
Hex DD E5 7D 3 0 2D A 41 43 45
Octal 335 345 175 3 0 55 12 101 103 105
Binary 11011101 11100101 1111101 11 0 101101 1010 1000001 1000011 1000101

Color Harmonies of #DDE57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE57D

Black with #DDE57D

Text Example


Text Example

White with #DDE57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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