Html Css Color HEX #DCEA73 Mindaro

📋 copy color: '#DCEA73'

red 220 ◦ green 234 ◦ blue 115

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

Shades of Mindaro #DCEA73

Tints of Mindaro #DCEA73

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.12%

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

R = 38.66%
G = 41.12%
B = 20.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#DCEA73 (or 0xDCEA73) is known color: Mindaro. HEX triplet: DC, EA and 73. RGB value is (220,234,115). Sum of RGB (Red+Green+Blue) = 220+234+115=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA73 is #23158C. Grayscale: #D8D8D8. Windows color (decimal): -2299277 or 7596764. OLE color: 7596764.

HSL color Cylindrical-coordinate representation of color #DCEA73: hue angle of 67.06º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCEA73 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 115 -
CMYK 0.06 0 0.51 0.08
HSL 67.06º 0.74% 0.68% -
HSV(B) 67.06º 0.51% 0.92% -
XYZ 62.03 75.3 27.48 -
YUV 216.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 220 234 115 0.06 0 0.51 0.08 67.06 0.74 0.68
Hex DC EA 73 6 0 33 8 43 4A 44
Octal 334 352 163 6 0 63 10 103 112 104
Binary 11011100 11101010 1110011 110 0 110011 1000 1000011 1001010 1000100

Color Harmonies of #DCEA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA73

Black with #DCEA73

Text Example


Text Example

White with #DCEA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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