Html Css Color HEX #DCE365 Mindaro

📋 copy color: '#DCE365'

red 220 ◦ green 227 ◦ blue 101

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

Shades of Mindaro #DCE365

Tints of Mindaro #DCE365

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.42%

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

R = 40.15%
G = 41.42%
B = 18.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#DCE365 (or 0xDCE365) is known color: Mindaro. HEX triplet: DC, E3 and 65. RGB value is (220,227,101). Sum of RGB (Red+Green+Blue) = 220+227+101=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE365 is #231C9A. Grayscale: #D3D3D3. Windows color (decimal): -2301083 or 6677468. OLE color: 6677468.

HSL color Cylindrical-coordinate representation of color #DCE365: hue angle of 63.33º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCE365 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 227 101 -
CMYK 0.03 0 0.56 0.11
HSL 63.33º 0.69% 0.64% -
HSV(B) 63.33º 0.56% 0.89% -
XYZ 59.33 71.09 22.91 -
YUV 210.54 66.18 134.75 -
System Red Green Blue C M Y K H S L
Decimal 220 227 101 0.03 0 0.56 0.11 63.33 0.69 0.64
Hex DC E3 65 3 0 38 B 3F 45 40
Octal 334 343 145 3 0 70 13 77 105 100
Binary 11011100 11100011 1100101 11 0 111000 1011 111111 1000101 1000000

Color Harmonies of #DCE365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE365

Black with #DCE365

Text Example


Text Example

White with #DCE365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE365; }

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

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

background-color css

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

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

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

border-color css

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

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

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