Html Css Color HEX #DCE865 Mindaro

📋 copy color: '#DCE865'

red 220 ◦ green 232 ◦ blue 101

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

Shades of Mindaro #DCE865

Tints of Mindaro #DCE865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.26%

R = 39.78%
G = 41.95%
B = 18.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#DCE865 (or 0xDCE865) is known color: Mindaro. HEX triplet: DC, E8 and 65. RGB value is (220,232,101). Sum of RGB (Red+Green+Blue) = 220+232+101=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE865 is #23179A. Grayscale: #D5D5D5. Windows color (decimal): -2299803 or 6678748. OLE color: 6678748.

HSL color Cylindrical-coordinate representation of color #DCE865: hue angle of 65.5º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCE865 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 232 101 -
CMYK 0.05 0 0.56 0.09
HSL 65.5º 0.74% 0.65% -
HSV(B) 65.5º 0.56% 0.91% -
XYZ 60.72 73.87 23.37 -
YUV 213.48 64.52 132.65 -
System Red Green Blue C M Y K H S L
Decimal 220 232 101 0.05 0 0.56 0.09 65.5 0.74 0.65
Hex DC E8 65 5 0 38 9 41 4A 41
Octal 334 350 145 5 0 70 11 101 112 101
Binary 11011100 11101000 1100101 101 0 111000 1001 1000001 1001010 1000001

Color Harmonies of #DCE865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE865

Black with #DCE865

Text Example


Text Example

White with #DCE865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE865; }

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

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

background-color css

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

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

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

border-color css

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

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

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