Html Css Color HEX #DCE473 Mindaro

📋 copy color: '#DCE473'

red 220 ◦ green 228 ◦ blue 115

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

Shades of Mindaro #DCE473

Tints of Mindaro #DCE473

RGB

 RED value IS 220 (86.33% from 255) = 39.08%

 GREEN value IS 228 (89.45% from 255) = 40.5%

 BLUE value IS 115 (45.31% from 255) = 20.43%

R = 39.08%
G = 40.5%
B = 20.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#DCE473 (or 0xDCE473) is known color: Mindaro. HEX triplet: DC, E4 and 73. RGB value is (220,228,115). Sum of RGB (Red+Green+Blue) = 220+228+115=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE473 is #231B8C. Grayscale: #D5D5D5. Windows color (decimal): -2300813 or 7595228. OLE color: 7595228.

HSL color Cylindrical-coordinate representation of color #DCE473: hue angle of 64.25º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE473 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 228 115 -
CMYK 0.04 0 0.50 0.11
HSL 64.25º 0.68% 0.67% -
HSV(B) 64.25º 0.5% 0.89% -
XYZ 60.35 71.94 26.92 -
YUV 212.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 220 228 115 0.04 0 0.50 0.11 64.25 0.68 0.67
Hex DC E4 73 4 0 32 B 40 44 43
Octal 334 344 163 4 0 62 13 100 104 103
Binary 11011100 11100100 1110011 100 0 110010 1011 1000000 1000100 1000011

Color Harmonies of #DCE473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE473

Black with #DCE473

Text Example


Text Example

White with #DCE473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE473; }

 p { color: rgb(220,228,115); }

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

background-color css

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

 a { background-color: rgb(220,228,115); }

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

border-color css

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

 span { border-color: rgb(220,228,115); }

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