Html Css Color HEX #DCE973 Mindaro

📋 copy color: '#DCE973'

red 220 ◦ green 233 ◦ blue 115

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

Shades of Mindaro #DCE973

Tints of Mindaro #DCE973

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.02%

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

R = 38.73%
G = 41.02%
B = 20.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#DCE973 (or 0xDCE973) is known color: Mindaro. HEX triplet: DC, E9 and 73. RGB value is (220,233,115). Sum of RGB (Red+Green+Blue) = 220+233+115=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE973 is #23168C. Grayscale: #D8D8D8. Windows color (decimal): -2299533 or 7596508. OLE color: 7596508.

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

Color convert

RGB 220 233 115 -
CMYK 0.06 0 0.51 0.09
HSL 66.61º 0.73% 0.68% -
HSV(B) 66.61º 0.51% 0.91% -
XYZ 61.75 74.73 27.39 -
YUV 215.66 71.19 131.09 -
System Red Green Blue C M Y K H S L
Decimal 220 233 115 0.06 0 0.51 0.09 66.61 0.73 0.68
Hex DC E9 73 6 0 33 9 43 49 44
Octal 334 351 163 6 0 63 11 103 111 104
Binary 11011100 11101001 1110011 110 0 110011 1001 1000011 1001001 1000100

Color Harmonies of #DCE973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE973

Black with #DCE973

Text Example


Text Example

White with #DCE973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE973; }

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

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

background-color css

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

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

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

border-color css

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

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

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