Html Css Color HEX #DCE975 Mindaro

📋 copy color: '#DCE975'

red 220 ◦ green 233 ◦ blue 117

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

Shades of Mindaro #DCE975

Tints of Mindaro #DCE975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.53%

R = 38.6%
G = 40.88%
B = 20.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#DCE975 (or 0xDCE975) is known color: Mindaro. HEX triplet: DC, E9 and 75. RGB value is (220,233,117). Sum of RGB (Red+Green+Blue) = 220+233+117=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE975 is #23168A. Grayscale: #D8D8D8. Windows color (decimal): -2299531 or 7727580. OLE color: 7727580.

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

Color convert

RGB 220 233 117 -
CMYK 0.06 0 0.50 0.09
HSL 66.72º 0.73% 0.69% -
HSV(B) 66.72º 0.5% 0.91% -
XYZ 61.87 74.78 28 -
YUV 215.89 72.19 130.93 -
System Red Green Blue C M Y K H S L
Decimal 220 233 117 0.06 0 0.50 0.09 66.72 0.73 0.69
Hex DC E9 75 6 0 32 9 43 48 45
Octal 334 351 165 6 0 62 11 103 110 105
Binary 11011100 11101001 1110101 110 0 110010 1001 1000011 1001000 1000101

Color Harmonies of #DCE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE975

Black with #DCE975

Text Example


Text Example

White with #DCE975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE975; }

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

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

background-color css

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

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

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

border-color css

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

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

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