Html Css Color HEX #DCE875 Mindaro

📋 copy color: '#DCE875'

red 220 ◦ green 232 ◦ blue 117

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

Shades of Mindaro #DCE875

Tints of Mindaro #DCE875

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.77%

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

R = 38.66%
G = 40.77%
B = 20.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#DCE875 (or 0xDCE875) is known color: Mindaro. HEX triplet: DC, E8 and 75. RGB value is (220,232,117). Sum of RGB (Red+Green+Blue) = 220+232+117=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE875 is #23178A. Grayscale: #D7D7D7. Windows color (decimal): -2299787 or 7727324. OLE color: 7727324.

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

Color convert

RGB 220 232 117 -
CMYK 0.05 0 0.50 0.09
HSL 66.26º 0.71% 0.68% -
HSV(B) 66.26º 0.5% 0.91% -
XYZ 61.58 74.21 27.91 -
YUV 215.3 72.52 131.35 -
System Red Green Blue C M Y K H S L
Decimal 220 232 117 0.05 0 0.50 0.09 66.26 0.71 0.68
Hex DC E8 75 5 0 32 9 42 47 44
Octal 334 350 165 5 0 62 11 102 107 104
Binary 11011100 11101000 1110101 101 0 110010 1001 1000010 1000111 1000100

Color Harmonies of #DCE875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE875

Black with #DCE875

Text Example


Text Example

White with #DCE875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE875; }

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

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

background-color css

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

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

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

border-color css

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

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

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