Html Css Color HEX #DCE373 Mindaro

📋 copy color: '#DCE373'

red 220 ◦ green 227 ◦ blue 115

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

Shades of Mindaro #DCE373

Tints of Mindaro #DCE373

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.39%

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

R = 39.15%
G = 40.39%
B = 20.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#DCE373 (or 0xDCE373) is known color: Mindaro. HEX triplet: DC, E3 and 73. RGB value is (220,227,115). Sum of RGB (Red+Green+Blue) = 220+227+115=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE373 is #231C8C. Grayscale: #D4D4D4. Windows color (decimal): -2301069 or 7594972. OLE color: 7594972.

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

Color convert

RGB 220 227 115 -
CMYK 0.03 0 0.49 0.11
HSL 63.75º 0.67% 0.67% -
HSV(B) 63.75º 0.49% 0.89% -
XYZ 60.08 71.39 26.83 -
YUV 212.14 73.18 133.61 -
System Red Green Blue C M Y K H S L
Decimal 220 227 115 0.03 0 0.49 0.11 63.75 0.67 0.67
Hex DC E3 73 3 0 31 B 40 43 43
Octal 334 343 163 3 0 61 13 100 103 103
Binary 11011100 11100011 1110011 11 0 110001 1011 1000000 1000011 1000011

Color Harmonies of #DCE373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE373

Black with #DCE373

Text Example


Text Example

White with #DCE373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE373; }

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

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

background-color css

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

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

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

border-color css

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

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

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