Html Css Color HEX #DCE573 Mindaro

📋 copy color: '#DCE573'

red 220 ◦ green 229 ◦ blue 115

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

Shades of Mindaro #DCE573

Tints of Mindaro #DCE573

RGB

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

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

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

R = 39.01%
G = 40.6%
B = 20.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#DCE573 (or 0xDCE573) is known color: Mindaro. HEX triplet: DC, E5 and 73. RGB value is (220,229,115). Sum of RGB (Red+Green+Blue) = 220+229+115=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE573 is #231A8C. Grayscale: #D5D5D5. Windows color (decimal): -2300557 or 7595484. OLE color: 7595484.

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

Color convert

RGB 220 229 115 -
CMYK 0.04 0 0.50 0.10
HSL 64.74º 0.69% 0.67% -
HSV(B) 64.74º 0.5% 0.9% -
XYZ 60.63 72.49 27.02 -
YUV 213.31 72.52 132.77 -
System Red Green Blue C M Y K H S L
Decimal 220 229 115 0.04 0 0.50 0.10 64.74 0.69 0.67
Hex DC E5 73 4 0 32 A 41 45 43
Octal 334 345 163 4 0 62 12 101 105 103
Binary 11011100 11100101 1110011 100 0 110010 1010 1000001 1000101 1000011

Color Harmonies of #DCE573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE573

Black with #DCE573

Text Example


Text Example

White with #DCE573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE573; }

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

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

background-color css

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

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

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

border-color css

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

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

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